Shades of Flax #EDD87B
Tints of Flax #EDD87B
RGB
CMYK
RGB Variations
Color information
#EDD87B (or 0xEDD87B) is known color: Flax. HEX triplet: ED, D8 and 7B. RGB value is (237,216,123). Sum of RGB (Red+Green+Blue) = 237+216+123=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD87B is #122784. Grayscale: #D4D4D4. Windows color (decimal): -1189765 or 8116461. OLE color: 8116461.
HSL color Cylindrical-coordinate representation of color #EDD87B: hue angle of 48.95º degrees, saturation: 0.76, 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 #EDD87B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 123 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.07 |
| HSL | 48.95º | 0.76% | 0.71% | - |
| HSV(B) | 48.95º | 0.48% | 0.93% | - |
| XYZ | 63.06 | 68.55 | 28.65 | - |
| YUV | 211.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 123 | 0 | 0.09 | 0.48 | 0.07 | 48.95 | 0.76 | 0.71 |
| Hex | ED | D8 | 7B | 0 | 9 | 30 | 7 | 31 | 4C | 47 |
| Octal | 355 | 330 | 173 | 0 | 11 | 60 | 7 | 61 | 114 | 107 |
| Binary | 11101101 | 11011000 | 1111011 | 0 | 1001 | 110000 | 111 | 110001 | 1001100 | 1000111 |
Color Harmonies of #EDD87B
Complementary color
Monochromatic Colors of #EDD87B
Black with #EDD87B
Text Example
Text Example
White with #EDD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD87B; }
p { color: rgb(237,216,123); }
H1.HeaderClassName
{
color: #EDD87B;
}
.AnyTagClassName
{
color: #EDD87B;
}
</style>
background-color css
<style>
a { background-color: #EDD87B; }
a { background-color: rgb(237,216,123); }
div.DivClassName
{
background-color: #EDD87B;
}
.BgClassName
{
background-color: #EDD87B;
}
</style>
border-color css
<style>
span { border-color: #EDD87B; }
span { border-color: rgb(237,216,123); }
td.TdClassName
{
border-color: #EDD87B;
}
.TagClassName
{
border-color: #EDD87B;
}
</style>