Shades of Broom #E5D01D
Tints of Broom #E5D01D
RGB
CMYK
RGB Variations
Color information
#E5D01D (or 0xE5D01D) is known color: Broom. HEX triplet: E5, D0 and 1D. RGB value is (229,208,29). Sum of RGB (Red+Green+Blue) = 229+208+29=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D01D is #1A2FE2. Grayscale: #C2C2C2. Windows color (decimal): -1716195 or 1954021. OLE color: 1954021.
HSL color Cylindrical-coordinate representation of color #E5D01D: hue angle of 53.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5D01D is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 29 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.10 |
| HSL | 53.7º | 0.79% | 0.51% | - |
| HSV(B) | 53.7º | 0.87% | 0.9% | - |
| XYZ | 55.09 | 61.86 | 10.2 | - |
| YUV | 193.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 29 | 0 | 0.09 | 0.87 | 0.10 | 53.7 | 0.79 | 0.51 |
| Hex | E5 | D0 | 1D | 0 | 9 | 57 | A | 36 | 4F | 33 |
| Octal | 345 | 320 | 35 | 0 | 11 | 127 | 12 | 66 | 117 | 63 |
| Binary | 11100101 | 11010000 | 11101 | 0 | 1001 | 1010111 | 1010 | 110110 | 1001111 | 110011 |
Color Harmonies of #E5D01D
Complementary color
Monochromatic Colors of #E5D01D
Black with #E5D01D
Text Example
Text Example
White with #E5D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D01D; }
p { color: rgb(229,208,29); }
H1.HeaderClassName
{
color: #E5D01D;
}
.AnyTagClassName
{
color: #E5D01D;
}
</style>
background-color css
<style>
a { background-color: #E5D01D; }
a { background-color: rgb(229,208,29); }
div.DivClassName
{
background-color: #E5D01D;
}
.BgClassName
{
background-color: #E5D01D;
}
</style>
border-color css
<style>
span { border-color: #E5D01D; }
span { border-color: rgb(229,208,29); }
td.TdClassName
{
border-color: #E5D01D;
}
.TagClassName
{
border-color: #E5D01D;
}
</style>