Shades of Broom #EED818
Tints of Broom #EED818
RGB
CMYK
RGB Variations
Color information
#EED818 (or 0xEED818) is known color: Broom. HEX triplet: EE, D8 and 18. RGB value is (238,216,24). Sum of RGB (Red+Green+Blue) = 238+216+24=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EED818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED818 is #1127E7. Grayscale: #C9C9C9. Windows color (decimal): -1124328 or 1628398. OLE color: 1628398.
HSL color Cylindrical-coordinate representation of color #EED818: hue angle of 53.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EED818 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 24 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.07 |
| HSL | 53.83º | 0.86% | 0.51% | - |
| HSV(B) | 53.83º | 0.9% | 0.93% | - |
| XYZ | 59.98 | 67.35 | 10.7 | - |
| YUV | 200.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 24 | 0 | 0.09 | 0.90 | 0.07 | 53.83 | 0.86 | 0.51 |
| Hex | EE | D8 | 18 | 0 | 9 | 5A | 7 | 36 | 56 | 33 |
| Octal | 356 | 330 | 30 | 0 | 11 | 132 | 7 | 66 | 126 | 63 |
| Binary | 11101110 | 11011000 | 11000 | 0 | 1001 | 1011010 | 111 | 110110 | 1010110 | 110011 |
Color Harmonies of #EED818
Complementary color
Monochromatic Colors of #EED818
Black with #EED818
Text Example
Text Example
White with #EED818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED818; }
p { color: rgb(238,216,24); }
H1.HeaderClassName
{
color: #EED818;
}
.AnyTagClassName
{
color: #EED818;
}
</style>
background-color css
<style>
a { background-color: #EED818; }
a { background-color: rgb(238,216,24); }
div.DivClassName
{
background-color: #EED818;
}
.BgClassName
{
background-color: #EED818;
}
</style>
border-color css
<style>
span { border-color: #EED818; }
span { border-color: rgb(238,216,24); }
td.TdClassName
{
border-color: #EED818;
}
.TagClassName
{
border-color: #EED818;
}
</style>