Shades of Broom #E8D212
Tints of Broom #E8D212
RGB
CMYK
RGB Variations
Color information
#E8D212 (or 0xE8D212) is known color: Broom. HEX triplet: E8, D2 and 12. RGB value is (232,210,18). Sum of RGB (Red+Green+Blue) = 232+210+18=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D212 is #172DED. Grayscale: #C3C3C3. Windows color (decimal): -1519086 or 1233640. OLE color: 1233640.
HSL color Cylindrical-coordinate representation of color #E8D212: hue angle of 53.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8D212 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.09 |
| HSL | 53.83º | 0.86% | 0.49% | - |
| HSV(B) | 53.83º | 0.92% | 0.91% | - |
| XYZ | 56.43 | 63.29 | 9.81 | - |
| YUV | 194.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 18 | 0 | 0.09 | 0.92 | 0.09 | 53.83 | 0.86 | 0.49 |
| Hex | E8 | D2 | 12 | 0 | 9 | 5C | 9 | 36 | 56 | 31 |
| Octal | 350 | 322 | 22 | 0 | 11 | 134 | 11 | 66 | 126 | 61 |
| Binary | 11101000 | 11010010 | 10010 | 0 | 1001 | 1011100 | 1001 | 110110 | 1010110 | 110001 |
Color Harmonies of #E8D212
Complementary color
Monochromatic Colors of #E8D212
Black with #E8D212
Text Example
Text Example
White with #E8D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D212; }
p { color: rgb(232,210,18); }
H1.HeaderClassName
{
color: #E8D212;
}
.AnyTagClassName
{
color: #E8D212;
}
</style>
background-color css
<style>
a { background-color: #E8D212; }
a { background-color: rgb(232,210,18); }
div.DivClassName
{
background-color: #E8D212;
}
.BgClassName
{
background-color: #E8D212;
}
</style>
border-color css
<style>
span { border-color: #E8D212; }
span { border-color: rgb(232,210,18); }
td.TdClassName
{
border-color: #E8D212;
}
.TagClassName
{
border-color: #E8D212;
}
</style>