Shades of Flax #EED87B
Tints of Flax #EED87B
RGB
CMYK
RGB Variations
Color information
#EED87B (or 0xEED87B) is known color: Flax. HEX triplet: EE, D8 and 7B. RGB value is (238,216,123). Sum of RGB (Red+Green+Blue) = 238+216+123=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED87B is #112784. Grayscale: #D4D4D4. Windows color (decimal): -1124229 or 8116462. OLE color: 8116462.
HSL color Cylindrical-coordinate representation of color #EED87B: hue angle of 48.52º 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 #EED87B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 123 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.07 |
| HSL | 48.52º | 0.77% | 0.71% | - |
| HSV(B) | 48.52º | 0.48% | 0.93% | - |
| XYZ | 63.39 | 68.72 | 28.66 | - |
| YUV | 211.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 123 | 0 | 0.09 | 0.48 | 0.07 | 48.52 | 0.77 | 0.71 |
| Hex | EE | D8 | 7B | 0 | 9 | 30 | 7 | 31 | 4D | 47 |
| Octal | 356 | 330 | 173 | 0 | 11 | 60 | 7 | 61 | 115 | 107 |
| Binary | 11101110 | 11011000 | 1111011 | 0 | 1001 | 110000 | 111 | 110001 | 1001101 | 1000111 |
Color Harmonies of #EED87B
Complementary color
Monochromatic Colors of #EED87B
Black with #EED87B
Text Example
Text Example
White with #EED87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED87B; }
p { color: rgb(238,216,123); }
H1.HeaderClassName
{
color: #EED87B;
}
.AnyTagClassName
{
color: #EED87B;
}
</style>
background-color css
<style>
a { background-color: #EED87B; }
a { background-color: rgb(238,216,123); }
div.DivClassName
{
background-color: #EED87B;
}
.BgClassName
{
background-color: #EED87B;
}
</style>
border-color css
<style>
span { border-color: #EED87B; }
span { border-color: rgb(238,216,123); }
td.TdClassName
{
border-color: #EED87B;
}
.TagClassName
{
border-color: #EED87B;
}
</style>