Shades of Flax #EDD882
Tints of Flax #EDD882
RGB
CMYK
RGB Variations
Color information
#EDD882 (or 0xEDD882) is known color: Flax. HEX triplet: ED, D8 and 82. RGB value is (237,216,130). Sum of RGB (Red+Green+Blue) = 237+216+130=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD882 is #12277D. Grayscale: #D4D4D4. Windows color (decimal): -1189758 or 8575213. OLE color: 8575213.
HSL color Cylindrical-coordinate representation of color #EDD882: hue angle of 48.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDD882 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 130 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 48.22º | 0.75% | 0.72% | - |
| HSV(B) | 48.22º | 0.45% | 0.93% | - |
| XYZ | 63.51 | 68.73 | 31.04 | - |
| YUV | 212.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 130 | 0 | 0.09 | 0.45 | 0.07 | 48.22 | 0.75 | 0.72 |
| Hex | ED | D8 | 82 | 0 | 9 | 2D | 7 | 30 | 4B | 48 |
| Octal | 355 | 330 | 202 | 0 | 11 | 55 | 7 | 60 | 113 | 110 |
| Binary | 11101101 | 11011000 | 10000010 | 0 | 1001 | 101101 | 111 | 110000 | 1001011 | 1001000 |
Color Harmonies of #EDD882
Complementary color
Monochromatic Colors of #EDD882
Black with #EDD882
Text Example
Text Example
White with #EDD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD882; }
p { color: rgb(237,216,130); }
H1.HeaderClassName
{
color: #EDD882;
}
.AnyTagClassName
{
color: #EDD882;
}
</style>
background-color css
<style>
a { background-color: #EDD882; }
a { background-color: rgb(237,216,130); }
div.DivClassName
{
background-color: #EDD882;
}
.BgClassName
{
background-color: #EDD882;
}
</style>
border-color css
<style>
span { border-color: #EDD882; }
span { border-color: rgb(237,216,130); }
td.TdClassName
{
border-color: #EDD882;
}
.TagClassName
{
border-color: #EDD882;
}
</style>