Shades of Broom #ECCE14
Tints of Broom #ECCE14
RGB
CMYK
RGB Variations
Color information
#ECCE14 (or 0xECCE14) is known color: Broom. HEX triplet: EC, CE and 14. RGB value is (236,206,20). Sum of RGB (Red+Green+Blue) = 236+206+20=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE14 is #1331EB. Grayscale: #C2C2C2. Windows color (decimal): -1257964 or 1363692. OLE color: 1363692.
HSL color Cylindrical-coordinate representation of color #ECCE14: hue angle of 51.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECCE14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 20 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.07 |
| HSL | 51.67º | 0.85% | 0.5% | - |
| HSV(B) | 51.67º | 0.92% | 0.93% | - |
| XYZ | 56.79 | 62.03 | 9.64 | - |
| YUV | 193.77 | 29.94 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 20 | 0 | 0.13 | 0.92 | 0.07 | 51.67 | 0.85 | 0.5 |
| Hex | EC | CE | 14 | 0 | D | 5C | 7 | 34 | 55 | 32 |
| Octal | 354 | 316 | 24 | 0 | 15 | 134 | 7 | 64 | 125 | 62 |
| Binary | 11101100 | 11001110 | 10100 | 0 | 1101 | 1011100 | 111 | 110100 | 1010101 | 110010 |
Color Harmonies of #ECCE14
Complementary color
Monochromatic Colors of #ECCE14
Black with #ECCE14
Text Example
Text Example
White with #ECCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE14; }
p { color: rgb(236,206,20); }
H1.HeaderClassName
{
color: #ECCE14;
}
.AnyTagClassName
{
color: #ECCE14;
}
</style>
background-color css
<style>
a { background-color: #ECCE14; }
a { background-color: rgb(236,206,20); }
div.DivClassName
{
background-color: #ECCE14;
}
.BgClassName
{
background-color: #ECCE14;
}
</style>
border-color css
<style>
span { border-color: #ECCE14; }
span { border-color: rgb(236,206,20); }
td.TdClassName
{
border-color: #ECCE14;
}
.TagClassName
{
border-color: #ECCE14;
}
</style>