Shades of Flax #E9D48A
Tints of Flax #E9D48A
RGB
CMYK
RGB Variations
Color information
#E9D48A (or 0xE9D48A) is known color: Flax. HEX triplet: E9, D4 and 8A. RGB value is (233,212,138). Sum of RGB (Red+Green+Blue) = 233+212+138=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D48A is #162B75. Grayscale: #D2D2D2. Windows color (decimal): -1452918 or 9098473. OLE color: 9098473.
HSL color Cylindrical-coordinate representation of color #E9D48A: hue angle of 46.74º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9D48A is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 138 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.09 |
| HSL | 46.74º | 0.68% | 0.73% | - |
| HSV(B) | 46.74º | 0.41% | 0.91% | - |
| XYZ | 61.74 | 66.25 | 33.58 | - |
| YUV | 209.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 138 | 0 | 0.09 | 0.41 | 0.09 | 46.74 | 0.68 | 0.73 |
| Hex | E9 | D4 | 8A | 0 | 9 | 29 | 9 | 2F | 44 | 49 |
| Octal | 351 | 324 | 212 | 0 | 11 | 51 | 11 | 57 | 104 | 111 |
| Binary | 11101001 | 11010100 | 10001010 | 0 | 1001 | 101001 | 1001 | 101111 | 1000100 | 1001001 |
Color Harmonies of #E9D48A
Complementary color
Monochromatic Colors of #E9D48A
Black with #E9D48A
Text Example
Text Example
White with #E9D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D48A; }
p { color: rgb(233,212,138); }
H1.HeaderClassName
{
color: #E9D48A;
}
.AnyTagClassName
{
color: #E9D48A;
}
</style>
background-color css
<style>
a { background-color: #E9D48A; }
a { background-color: rgb(233,212,138); }
div.DivClassName
{
background-color: #E9D48A;
}
.BgClassName
{
background-color: #E9D48A;
}
</style>
border-color css
<style>
span { border-color: #E9D48A; }
span { border-color: rgb(233,212,138); }
td.TdClassName
{
border-color: #E9D48A;
}
.TagClassName
{
border-color: #E9D48A;
}
</style>