Shades of Broom #E5CF18
Tints of Broom #E5CF18
RGB
CMYK
RGB Variations
Color information
#E5CF18 (or 0xE5CF18) is known color: Broom. HEX triplet: E5, CF and 18. RGB value is (229,207,24). Sum of RGB (Red+Green+Blue) = 229+207+24=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF18 is #1A30E7. Grayscale: #C1C1C1. Windows color (decimal): -1716456 or 1626085. OLE color: 1626085.
HSL color Cylindrical-coordinate representation of color #E5CF18: hue angle of 53.56º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5CF18 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 24 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.10 |
| HSL | 53.56º | 0.81% | 0.5% | - |
| HSV(B) | 53.56º | 0.9% | 0.9% | - |
| XYZ | 54.79 | 61.35 | 9.82 | - |
| YUV | 192.72 | 32.79 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 24 | 0 | 0.10 | 0.90 | 0.10 | 53.56 | 0.81 | 0.5 |
| Hex | E5 | CF | 18 | 0 | A | 5A | A | 36 | 51 | 32 |
| Octal | 345 | 317 | 30 | 0 | 12 | 132 | 12 | 66 | 121 | 62 |
| Binary | 11100101 | 11001111 | 11000 | 0 | 1010 | 1011010 | 1010 | 110110 | 1010001 | 110010 |
Color Harmonies of #E5CF18
Complementary color
Monochromatic Colors of #E5CF18
Black with #E5CF18
Text Example
Text Example
White with #E5CF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF18; }
p { color: rgb(229,207,24); }
H1.HeaderClassName
{
color: #E5CF18;
}
.AnyTagClassName
{
color: #E5CF18;
}
</style>
background-color css
<style>
a { background-color: #E5CF18; }
a { background-color: rgb(229,207,24); }
div.DivClassName
{
background-color: #E5CF18;
}
.BgClassName
{
background-color: #E5CF18;
}
</style>
border-color css
<style>
span { border-color: #E5CF18; }
span { border-color: rgb(229,207,24); }
td.TdClassName
{
border-color: #E5CF18;
}
.TagClassName
{
border-color: #E5CF18;
}
</style>