Shades of Flax #EED97B
Tints of Flax #EED97B
RGB
CMYK
RGB Variations
Color information
#EED97B (or 0xEED97B) is known color: Flax. HEX triplet: EE, D9 and 7B. RGB value is (238,217,123). Sum of RGB (Red+Green+Blue) = 238+217+123=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED97B is #112684. Grayscale: #D4D4D4. Windows color (decimal): -1123973 or 8116718. OLE color: 8116718.
HSL color Cylindrical-coordinate representation of color #EED97B: hue angle of 49.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EED97B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 123 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.07 |
| HSL | 49.04º | 0.77% | 0.71% | - |
| HSV(B) | 49.04º | 0.48% | 0.93% | - |
| XYZ | 63.65 | 69.23 | 28.75 | - |
| YUV | 212.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 123 | 0 | 0.09 | 0.48 | 0.07 | 49.04 | 0.77 | 0.71 |
| Hex | EE | D9 | 7B | 0 | 9 | 30 | 7 | 31 | 4D | 47 |
| Octal | 356 | 331 | 173 | 0 | 11 | 60 | 7 | 61 | 115 | 107 |
| Binary | 11101110 | 11011001 | 1111011 | 0 | 1001 | 110000 | 111 | 110001 | 1001101 | 1000111 |
Color Harmonies of #EED97B
Complementary color
Monochromatic Colors of #EED97B
Black with #EED97B
Text Example
Text Example
White with #EED97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED97B; }
p { color: rgb(238,217,123); }
H1.HeaderClassName
{
color: #EED97B;
}
.AnyTagClassName
{
color: #EED97B;
}
</style>
background-color css
<style>
a { background-color: #EED97B; }
a { background-color: rgb(238,217,123); }
div.DivClassName
{
background-color: #EED97B;
}
.BgClassName
{
background-color: #EED97B;
}
</style>
border-color css
<style>
span { border-color: #EED97B; }
span { border-color: rgb(238,217,123); }
td.TdClassName
{
border-color: #EED97B;
}
.TagClassName
{
border-color: #EED97B;
}
</style>