Shades of Broom #E8CC14
Tints of Broom #E8CC14
RGB
CMYK
RGB Variations
Color information
#E8CC14 (or 0xE8CC14) is known color: Broom. HEX triplet: E8, CC and 14. RGB value is (232,204,20). Sum of RGB (Red+Green+Blue) = 232+204+20=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CC14 is #1733EB. Grayscale: #C0C0C0. Windows color (decimal): -1520620 or 1363176. OLE color: 1363176.
HSL color Cylindrical-coordinate representation of color #E8CC14: hue angle of 52.08º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8CC14 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 20 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.09 |
| HSL | 52.08º | 0.84% | 0.49% | - |
| HSV(B) | 52.08º | 0.91% | 0.91% | - |
| XYZ | 55 | 60.39 | 9.42 | - |
| YUV | 191.4 | 31.28 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 20 | 0 | 0.12 | 0.91 | 0.09 | 52.08 | 0.84 | 0.49 |
| Hex | E8 | CC | 14 | 0 | C | 5B | 9 | 34 | 54 | 31 |
| Octal | 350 | 314 | 24 | 0 | 14 | 133 | 11 | 64 | 124 | 61 |
| Binary | 11101000 | 11001100 | 10100 | 0 | 1100 | 1011011 | 1001 | 110100 | 1010100 | 110001 |
Color Harmonies of #E8CC14
Complementary color
Monochromatic Colors of #E8CC14
Black with #E8CC14
Text Example
Text Example
White with #E8CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC14; }
p { color: rgb(232,204,20); }
H1.HeaderClassName
{
color: #E8CC14;
}
.AnyTagClassName
{
color: #E8CC14;
}
</style>
background-color css
<style>
a { background-color: #E8CC14; }
a { background-color: rgb(232,204,20); }
div.DivClassName
{
background-color: #E8CC14;
}
.BgClassName
{
background-color: #E8CC14;
}
</style>
border-color css
<style>
span { border-color: #E8CC14; }
span { border-color: rgb(232,204,20); }
td.TdClassName
{
border-color: #E8CC14;
}
.TagClassName
{
border-color: #E8CC14;
}
</style>