Shades of Broom #E5D31C
Tints of Broom #E5D31C
RGB
CMYK
RGB Variations
Color information
#E5D31C (or 0xE5D31C) is known color: Broom. HEX triplet: E5, D3 and 1C. RGB value is (229,211,28). Sum of RGB (Red+Green+Blue) = 229+211+28=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D31C is #1A2CE3. Grayscale: #C4C4C4. Windows color (decimal): -1715428 or 1889253. OLE color: 1889253.
HSL color Cylindrical-coordinate representation of color #E5D31C: hue angle of 54.63º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5D31C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.10 |
| HSL | 54.63º | 0.79% | 0.5% | - |
| HSV(B) | 54.63º | 0.88% | 0.9% | - |
| XYZ | 55.82 | 63.33 | 10.38 | - |
| YUV | 195.52 | 33.46 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 28 | 0 | 0.08 | 0.88 | 0.10 | 54.63 | 0.79 | 0.5 |
| Hex | E5 | D3 | 1C | 0 | 8 | 58 | A | 37 | 4F | 32 |
| Octal | 345 | 323 | 34 | 0 | 10 | 130 | 12 | 67 | 117 | 62 |
| Binary | 11100101 | 11010011 | 11100 | 0 | 1000 | 1011000 | 1010 | 110111 | 1001111 | 110010 |
Color Harmonies of #E5D31C
Complementary color
Monochromatic Colors of #E5D31C
Black with #E5D31C
Text Example
Text Example
White with #E5D31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D31C; }
p { color: rgb(229,211,28); }
H1.HeaderClassName
{
color: #E5D31C;
}
.AnyTagClassName
{
color: #E5D31C;
}
</style>
background-color css
<style>
a { background-color: #E5D31C; }
a { background-color: rgb(229,211,28); }
div.DivClassName
{
background-color: #E5D31C;
}
.BgClassName
{
background-color: #E5D31C;
}
</style>
border-color css
<style>
span { border-color: #E5D31C; }
span { border-color: rgb(229,211,28); }
td.TdClassName
{
border-color: #E5D31C;
}
.TagClassName
{
border-color: #E5D31C;
}
</style>