Shades of Flax #EEDC8A
Tints of Flax #EEDC8A
RGB
CMYK
RGB Variations
Color information
#EEDC8A (or 0xEEDC8A) is known color: Flax. HEX triplet: EE, DC and 8A. RGB value is (238,220,138). Sum of RGB (Red+Green+Blue) = 238+220+138=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC8A is #112375. Grayscale: #D8D8D8. Windows color (decimal): -1123190 or 9100526. OLE color: 9100526.
HSL color Cylindrical-coordinate representation of color #EEDC8A: hue angle of 49.2º 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 #EEDC8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 138 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 49.2º | 0.75% | 0.74% | - |
| HSV(B) | 49.2º | 0.42% | 0.93% | - |
| XYZ | 65.44 | 71.2 | 34.34 | - |
| YUV | 216.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 138 | 0 | 0.08 | 0.42 | 0.07 | 49.2 | 0.75 | 0.74 |
| Hex | EE | DC | 8A | 0 | 8 | 2A | 7 | 31 | 4B | 4A |
| Octal | 356 | 334 | 212 | 0 | 10 | 52 | 7 | 61 | 113 | 112 |
| Binary | 11101110 | 11011100 | 10001010 | 0 | 1000 | 101010 | 111 | 110001 | 1001011 | 1001010 |
Color Harmonies of #EEDC8A
Complementary color
Monochromatic Colors of #EEDC8A
Black with #EEDC8A
Text Example
Text Example
White with #EEDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC8A; }
p { color: rgb(238,220,138); }
H1.HeaderClassName
{
color: #EEDC8A;
}
.AnyTagClassName
{
color: #EEDC8A;
}
</style>
background-color css
<style>
a { background-color: #EEDC8A; }
a { background-color: rgb(238,220,138); }
div.DivClassName
{
background-color: #EEDC8A;
}
.BgClassName
{
background-color: #EEDC8A;
}
</style>
border-color css
<style>
span { border-color: #EEDC8A; }
span { border-color: rgb(238,220,138); }
td.TdClassName
{
border-color: #EEDC8A;
}
.TagClassName
{
border-color: #EEDC8A;
}
</style>