Shades of Broom #E5D22C
Tints of Broom #E5D22C
RGB
CMYK
RGB Variations
Color information
#E5D22C (or 0xE5D22C) is known color: Broom. HEX triplet: E5, D2 and 2C. RGB value is (229,210,44). Sum of RGB (Red+Green+Blue) = 229+210+44=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D22C is #1A2DD3. Grayscale: #C5C5C5. Windows color (decimal): -1715668 or 2937573. OLE color: 2937573.
HSL color Cylindrical-coordinate representation of color #E5D22C: hue angle of 53.84º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5D22C is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 44 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.10 |
| HSL | 53.84º | 0.78% | 0.54% | - |
| HSV(B) | 53.84º | 0.81% | 0.9% | - |
| XYZ | 55.81 | 62.93 | 11.59 | - |
| YUV | 196.76 | 41.79 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 44 | 0 | 0.08 | 0.81 | 0.10 | 53.84 | 0.78 | 0.54 |
| Hex | E5 | D2 | 2C | 0 | 8 | 51 | A | 36 | 4E | 36 |
| Octal | 345 | 322 | 54 | 0 | 10 | 121 | 12 | 66 | 116 | 66 |
| Binary | 11100101 | 11010010 | 101100 | 0 | 1000 | 1010001 | 1010 | 110110 | 1001110 | 110110 |
Color Harmonies of #E5D22C
Complementary color
Monochromatic Colors of #E5D22C
Black with #E5D22C
Text Example
Text Example
White with #E5D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D22C; }
p { color: rgb(229,210,44); }
H1.HeaderClassName
{
color: #E5D22C;
}
.AnyTagClassName
{
color: #E5D22C;
}
</style>
background-color css
<style>
a { background-color: #E5D22C; }
a { background-color: rgb(229,210,44); }
div.DivClassName
{
background-color: #E5D22C;
}
.BgClassName
{
background-color: #E5D22C;
}
</style>
border-color css
<style>
span { border-color: #E5D22C; }
span { border-color: rgb(229,210,44); }
td.TdClassName
{
border-color: #E5D22C;
}
.TagClassName
{
border-color: #E5D22C;
}
</style>