Shades of Flax #EEDB8A
Tints of Flax #EEDB8A
RGB
CMYK
RGB Variations
Color information
#EEDB8A (or 0xEEDB8A) is known color: Flax. HEX triplet: EE, DB and 8A. RGB value is (238,219,138). Sum of RGB (Red+Green+Blue) = 238+219+138=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB8A is #112475. Grayscale: #D7D7D7. Windows color (decimal): -1123446 or 9100270. OLE color: 9100270.
HSL color Cylindrical-coordinate representation of color #EEDB8A: hue angle of 48.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEDB8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 138 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 48.6º | 0.75% | 0.74% | - |
| HSV(B) | 48.6º | 0.42% | 0.93% | - |
| XYZ | 65.18 | 70.68 | 34.25 | - |
| YUV | 215.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 138 | 0 | 0.08 | 0.42 | 0.07 | 48.6 | 0.75 | 0.74 |
| Hex | EE | DB | 8A | 0 | 8 | 2A | 7 | 31 | 4B | 4A |
| Octal | 356 | 333 | 212 | 0 | 10 | 52 | 7 | 61 | 113 | 112 |
| Binary | 11101110 | 11011011 | 10001010 | 0 | 1000 | 101010 | 111 | 110001 | 1001011 | 1001010 |
Color Harmonies of #EEDB8A
Complementary color
Monochromatic Colors of #EEDB8A
Black with #EEDB8A
Text Example
Text Example
White with #EEDB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB8A; }
p { color: rgb(238,219,138); }
H1.HeaderClassName
{
color: #EEDB8A;
}
.AnyTagClassName
{
color: #EEDB8A;
}
</style>
background-color css
<style>
a { background-color: #EEDB8A; }
a { background-color: rgb(238,219,138); }
div.DivClassName
{
background-color: #EEDB8A;
}
.BgClassName
{
background-color: #EEDB8A;
}
</style>
border-color css
<style>
span { border-color: #EEDB8A; }
span { border-color: rgb(238,219,138); }
td.TdClassName
{
border-color: #EEDB8A;
}
.TagClassName
{
border-color: #EEDB8A;
}
</style>