Shades of Broom #E5D61A
Tints of Broom #E5D61A
RGB
CMYK
RGB Variations
Color information
#E5D61A (or 0xE5D61A) is known color: Broom. HEX triplet: E5, D6 and 1A. RGB value is (229,214,26). Sum of RGB (Red+Green+Blue) = 229+214+26=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D61A is #1A29E5. Grayscale: #C5C5C5. Windows color (decimal): -1714662 or 1758949. OLE color: 1758949.
HSL color Cylindrical-coordinate representation of color #E5D61A: hue angle of 55.57º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5D61A is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 26 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.10 |
| HSL | 55.57º | 0.8% | 0.5% | - |
| HSV(B) | 55.57º | 0.89% | 0.9% | - |
| XYZ | 56.55 | 64.83 | 10.51 | - |
| YUV | 197.05 | 31.47 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 26 | 0 | 0.07 | 0.89 | 0.10 | 55.57 | 0.8 | 0.5 |
| Hex | E5 | D6 | 1A | 0 | 7 | 59 | A | 38 | 50 | 32 |
| Octal | 345 | 326 | 32 | 0 | 7 | 131 | 12 | 70 | 120 | 62 |
| Binary | 11100101 | 11010110 | 11010 | 0 | 111 | 1011001 | 1010 | 111000 | 1010000 | 110010 |
Color Harmonies of #E5D61A
Complementary color
Monochromatic Colors of #E5D61A
Black with #E5D61A
Text Example
Text Example
White with #E5D61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D61A; }
p { color: rgb(229,214,26); }
H1.HeaderClassName
{
color: #E5D61A;
}
.AnyTagClassName
{
color: #E5D61A;
}
</style>
background-color css
<style>
a { background-color: #E5D61A; }
a { background-color: rgb(229,214,26); }
div.DivClassName
{
background-color: #E5D61A;
}
.BgClassName
{
background-color: #E5D61A;
}
</style>
border-color css
<style>
span { border-color: #E5D61A; }
span { border-color: rgb(229,214,26); }
td.TdClassName
{
border-color: #E5D61A;
}
.TagClassName
{
border-color: #E5D61A;
}
</style>