Shades of Broom #E5D425
Tints of Broom #E5D425
RGB
CMYK
RGB Variations
Color information
#E5D425 (or 0xE5D425) is known color: Broom. HEX triplet: E5, D4 and 25. RGB value is (229,212,37). Sum of RGB (Red+Green+Blue) = 229+212+37=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D425 is #1A2BDA. Grayscale: #C5C5C5. Windows color (decimal): -1715163 or 2479333. OLE color: 2479333.
HSL color Cylindrical-coordinate representation of color #E5D425: hue angle of 54.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5D425 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 37 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.10 |
| HSL | 54.69º | 0.79% | 0.52% | - |
| HSV(B) | 54.69º | 0.84% | 0.9% | - |
| XYZ | 56.19 | 63.88 | 11.12 | - |
| YUV | 197.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 37 | 0 | 0.07 | 0.84 | 0.10 | 54.69 | 0.79 | 0.52 |
| Hex | E5 | D4 | 25 | 0 | 7 | 54 | A | 37 | 4F | 34 |
| Octal | 345 | 324 | 45 | 0 | 7 | 124 | 12 | 67 | 117 | 64 |
| Binary | 11100101 | 11010100 | 100101 | 0 | 111 | 1010100 | 1010 | 110111 | 1001111 | 110100 |
Color Harmonies of #E5D425
Complementary color
Monochromatic Colors of #E5D425
Black with #E5D425
Text Example
Text Example
White with #E5D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D425; }
p { color: rgb(229,212,37); }
H1.HeaderClassName
{
color: #E5D425;
}
.AnyTagClassName
{
color: #E5D425;
}
</style>
background-color css
<style>
a { background-color: #E5D425; }
a { background-color: rgb(229,212,37); }
div.DivClassName
{
background-color: #E5D425;
}
.BgClassName
{
background-color: #E5D425;
}
</style>
border-color css
<style>
span { border-color: #E5D425; }
span { border-color: rgb(229,212,37); }
td.TdClassName
{
border-color: #E5D425;
}
.TagClassName
{
border-color: #E5D425;
}
</style>