Shades of Flax #EED878
Tints of Flax #EED878
RGB
CMYK
RGB Variations
Color information
#EED878 (or 0xEED878) is known color: Flax. HEX triplet: EE, D8 and 78. RGB value is (238,216,120). Sum of RGB (Red+Green+Blue) = 238+216+120=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EED878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED878 is #112787. Grayscale: #D4D4D4. Windows color (decimal): -1124232 or 7919854. OLE color: 7919854.
HSL color Cylindrical-coordinate representation of color #EED878: hue angle of 48.81º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED878 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 120 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.07 |
| HSL | 48.81º | 0.78% | 0.7% | - |
| HSV(B) | 48.81º | 0.5% | 0.93% | - |
| XYZ | 63.21 | 68.64 | 27.69 | - |
| YUV | 211.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 120 | 0 | 0.09 | 0.50 | 0.07 | 48.81 | 0.78 | 0.7 |
| Hex | EE | D8 | 78 | 0 | 9 | 32 | 7 | 31 | 4E | 46 |
| Octal | 356 | 330 | 170 | 0 | 11 | 62 | 7 | 61 | 116 | 106 |
| Binary | 11101110 | 11011000 | 1111000 | 0 | 1001 | 110010 | 111 | 110001 | 1001110 | 1000110 |
Color Harmonies of #EED878
Complementary color
Monochromatic Colors of #EED878
Black with #EED878
Text Example
Text Example
White with #EED878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED878; }
p { color: rgb(238,216,120); }
H1.HeaderClassName
{
color: #EED878;
}
.AnyTagClassName
{
color: #EED878;
}
</style>
background-color css
<style>
a { background-color: #EED878; }
a { background-color: rgb(238,216,120); }
div.DivClassName
{
background-color: #EED878;
}
.BgClassName
{
background-color: #EED878;
}
</style>
border-color css
<style>
span { border-color: #EED878; }
span { border-color: rgb(238,216,120); }
td.TdClassName
{
border-color: #EED878;
}
.TagClassName
{
border-color: #EED878;
}
</style>