Shades of Broom #E5D01F
Tints of Broom #E5D01F
RGB
CMYK
RGB Variations
Color information
#E5D01F (or 0xE5D01F) is known color: Broom. HEX triplet: E5, D0 and 1F. RGB value is (229,208,31). Sum of RGB (Red+Green+Blue) = 229+208+31=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D01F is #1A2FE0. Grayscale: #C2C2C2. Windows color (decimal): -1716193 or 2085093. OLE color: 2085093.
HSL color Cylindrical-coordinate representation of color #E5D01F: hue angle of 53.64º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5D01F is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 31 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.10 |
| HSL | 53.64º | 0.79% | 0.51% | - |
| HSV(B) | 53.64º | 0.86% | 0.9% | - |
| XYZ | 55.12 | 61.87 | 10.33 | - |
| YUV | 194.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 31 | 0 | 0.09 | 0.86 | 0.10 | 53.64 | 0.79 | 0.51 |
| Hex | E5 | D0 | 1F | 0 | 9 | 56 | A | 36 | 4F | 33 |
| Octal | 345 | 320 | 37 | 0 | 11 | 126 | 12 | 66 | 117 | 63 |
| Binary | 11100101 | 11010000 | 11111 | 0 | 1001 | 1010110 | 1010 | 110110 | 1001111 | 110011 |
Color Harmonies of #E5D01F
Complementary color
Monochromatic Colors of #E5D01F
Black with #E5D01F
Text Example
Text Example
White with #E5D01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D01F; }
p { color: rgb(229,208,31); }
H1.HeaderClassName
{
color: #E5D01F;
}
.AnyTagClassName
{
color: #E5D01F;
}
</style>
background-color css
<style>
a { background-color: #E5D01F; }
a { background-color: rgb(229,208,31); }
div.DivClassName
{
background-color: #E5D01F;
}
.BgClassName
{
background-color: #E5D01F;
}
</style>
border-color css
<style>
span { border-color: #E5D01F; }
span { border-color: rgb(229,208,31); }
td.TdClassName
{
border-color: #E5D01F;
}
.TagClassName
{
border-color: #E5D01F;
}
</style>