Shades of Broom #E5CE16
Tints of Broom #E5CE16
RGB
CMYK
RGB Variations
Color information
#E5CE16 (or 0xE5CE16) is known color: Broom. HEX triplet: E5, CE and 16. RGB value is (229,206,22). Sum of RGB (Red+Green+Blue) = 229+206+22=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CE16 is #1A31E9. Grayscale: #C0C0C0. Windows color (decimal): -1716714 or 1494757. OLE color: 1494757.
HSL color Cylindrical-coordinate representation of color #E5CE16: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5CE16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.10 |
| HSL | 53.33º | 0.82% | 0.49% | - |
| HSV(B) | 53.33º | 0.9% | 0.9% | - |
| XYZ | 54.53 | 60.86 | 9.63 | - |
| YUV | 191.9 | 32.12 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 22 | 0 | 0.10 | 0.90 | 0.10 | 53.33 | 0.82 | 0.49 |
| Hex | E5 | CE | 16 | 0 | A | 5A | A | 35 | 52 | 31 |
| Octal | 345 | 316 | 26 | 0 | 12 | 132 | 12 | 65 | 122 | 61 |
| Binary | 11100101 | 11001110 | 10110 | 0 | 1010 | 1011010 | 1010 | 110101 | 1010010 | 110001 |
Color Harmonies of #E5CE16
Complementary color
Monochromatic Colors of #E5CE16
Black with #E5CE16
Text Example
Text Example
White with #E5CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE16; }
p { color: rgb(229,206,22); }
H1.HeaderClassName
{
color: #E5CE16;
}
.AnyTagClassName
{
color: #E5CE16;
}
</style>
background-color css
<style>
a { background-color: #E5CE16; }
a { background-color: rgb(229,206,22); }
div.DivClassName
{
background-color: #E5CE16;
}
.BgClassName
{
background-color: #E5CE16;
}
</style>
border-color css
<style>
span { border-color: #E5CE16; }
span { border-color: rgb(229,206,22); }
td.TdClassName
{
border-color: #E5CE16;
}
.TagClassName
{
border-color: #E5CE16;
}
</style>