Shades of Broom #E4D214
Tints of Broom #E4D214
RGB
CMYK
RGB Variations
Color information
#E4D214 (or 0xE4D214) is known color: Broom. HEX triplet: E4, D2 and 14. RGB value is (228,210,20). Sum of RGB (Red+Green+Blue) = 228+210+20=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D214 is #1B2DEB. Grayscale: #C2C2C2. Windows color (decimal): -1781228 or 1364708. OLE color: 1364708.
HSL color Cylindrical-coordinate representation of color #E4D214: hue angle of 54.81º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4D214 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 210 | 20 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.11 |
| HSL | 54.81º | 0.84% | 0.49% | - |
| HSV(B) | 54.81º | 0.91% | 0.89% | - |
| XYZ | 55.17 | 62.64 | 9.84 | - |
| YUV | 193.72 | 29.96 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 20 | 0 | 0.08 | 0.91 | 0.11 | 54.81 | 0.84 | 0.49 |
| Hex | E4 | D2 | 14 | 0 | 8 | 5B | B | 37 | 54 | 31 |
| Octal | 344 | 322 | 24 | 0 | 10 | 133 | 13 | 67 | 124 | 61 |
| Binary | 11100100 | 11010010 | 10100 | 0 | 1000 | 1011011 | 1011 | 110111 | 1010100 | 110001 |
Color Harmonies of #E4D214
Complementary color
Monochromatic Colors of #E4D214
Black with #E4D214
Text Example
Text Example
White with #E4D214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D214; }
p { color: rgb(228,210,20); }
H1.HeaderClassName
{
color: #E4D214;
}
.AnyTagClassName
{
color: #E4D214;
}
</style>
background-color css
<style>
a { background-color: #E4D214; }
a { background-color: rgb(228,210,20); }
div.DivClassName
{
background-color: #E4D214;
}
.BgClassName
{
background-color: #E4D214;
}
</style>
border-color css
<style>
span { border-color: #E4D214; }
span { border-color: rgb(228,210,20); }
td.TdClassName
{
border-color: #E4D214;
}
.TagClassName
{
border-color: #E4D214;
}
</style>