Shades of Flax #EED977
Tints of Flax #EED977
RGB
CMYK
RGB Variations
Color information
#EED977 (or 0xEED977) is known color: Flax. HEX triplet: EE, D9 and 77. RGB value is (238,217,119). Sum of RGB (Red+Green+Blue) = 238+217+119=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EED977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED977 is #112688. Grayscale: #D4D4D4. Windows color (decimal): -1123977 or 7854574. OLE color: 7854574.
HSL color Cylindrical-coordinate representation of color #EED977: hue angle of 49.41º 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 #EED977 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 119 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.07 |
| HSL | 49.41º | 0.78% | 0.7% | - |
| HSV(B) | 49.41º | 0.5% | 0.93% | - |
| XYZ | 63.4 | 69.13 | 27.46 | - |
| YUV | 212.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 119 | 0 | 0.09 | 0.50 | 0.07 | 49.41 | 0.78 | 0.7 |
| Hex | EE | D9 | 77 | 0 | 9 | 32 | 7 | 31 | 4E | 46 |
| Octal | 356 | 331 | 167 | 0 | 11 | 62 | 7 | 61 | 116 | 106 |
| Binary | 11101110 | 11011001 | 1110111 | 0 | 1001 | 110010 | 111 | 110001 | 1001110 | 1000110 |
Color Harmonies of #EED977
Complementary color
Monochromatic Colors of #EED977
Black with #EED977
Text Example
Text Example
White with #EED977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED977; }
p { color: rgb(238,217,119); }
H1.HeaderClassName
{
color: #EED977;
}
.AnyTagClassName
{
color: #EED977;
}
</style>
background-color css
<style>
a { background-color: #EED977; }
a { background-color: rgb(238,217,119); }
div.DivClassName
{
background-color: #EED977;
}
.BgClassName
{
background-color: #EED977;
}
</style>
border-color css
<style>
span { border-color: #EED977; }
span { border-color: rgb(238,217,119); }
td.TdClassName
{
border-color: #EED977;
}
.TagClassName
{
border-color: #EED977;
}
</style>