Shades of Flax #EDD888
Tints of Flax #EDD888
RGB
CMYK
RGB Variations
Color information
#EDD888 (or 0xEDD888) is known color: Flax. HEX triplet: ED, D8 and 88. RGB value is (237,216,136). Sum of RGB (Red+Green+Blue) = 237+216+136=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD888 is #122777. Grayscale: #D5D5D5. Windows color (decimal): -1189752 or 8968429. OLE color: 8968429.
HSL color Cylindrical-coordinate representation of color #EDD888: hue angle of 47.52º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD888 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 136 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.07 |
| HSL | 47.52º | 0.74% | 0.73% | - |
| HSV(B) | 47.52º | 0.43% | 0.93% | - |
| XYZ | 63.92 | 68.89 | 33.22 | - |
| YUV | 213.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 136 | 0 | 0.09 | 0.43 | 0.07 | 47.52 | 0.74 | 0.73 |
| Hex | ED | D8 | 88 | 0 | 9 | 2B | 7 | 30 | 4A | 49 |
| Octal | 355 | 330 | 210 | 0 | 11 | 53 | 7 | 60 | 112 | 111 |
| Binary | 11101101 | 11011000 | 10001000 | 0 | 1001 | 101011 | 111 | 110000 | 1001010 | 1001001 |
Color Harmonies of #EDD888
Complementary color
Monochromatic Colors of #EDD888
Black with #EDD888
Text Example
Text Example
White with #EDD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD888; }
p { color: rgb(237,216,136); }
H1.HeaderClassName
{
color: #EDD888;
}
.AnyTagClassName
{
color: #EDD888;
}
</style>
background-color css
<style>
a { background-color: #EDD888; }
a { background-color: rgb(237,216,136); }
div.DivClassName
{
background-color: #EDD888;
}
.BgClassName
{
background-color: #EDD888;
}
</style>
border-color css
<style>
span { border-color: #EDD888; }
span { border-color: rgb(237,216,136); }
td.TdClassName
{
border-color: #EDD888;
}
.TagClassName
{
border-color: #EDD888;
}
</style>