Shades of Broom #ECCE12
Tints of Broom #ECCE12
RGB
CMYK
RGB Variations
Color information
#ECCE12 (or 0xECCE12) is known color: Broom. HEX triplet: EC, CE and 12. RGB value is (236,206,18). Sum of RGB (Red+Green+Blue) = 236+206+18=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE12 is #1331ED. Grayscale: #C2C2C2. Windows color (decimal): -1257966 or 1232620. OLE color: 1232620.
HSL color Cylindrical-coordinate representation of color #ECCE12: hue angle of 51.74º degrees, saturation: 0.86, 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 #ECCE12 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.07 |
| HSL | 51.74º | 0.86% | 0.5% | - |
| HSV(B) | 51.74º | 0.92% | 0.93% | - |
| XYZ | 56.77 | 62.02 | 9.55 | - |
| YUV | 193.54 | 28.94 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 18 | 0 | 0.13 | 0.92 | 0.07 | 51.74 | 0.86 | 0.5 |
| Hex | EC | CE | 12 | 0 | D | 5C | 7 | 34 | 56 | 32 |
| Octal | 354 | 316 | 22 | 0 | 15 | 134 | 7 | 64 | 126 | 62 |
| Binary | 11101100 | 11001110 | 10010 | 0 | 1101 | 1011100 | 111 | 110100 | 1010110 | 110010 |
Color Harmonies of #ECCE12
Complementary color
Monochromatic Colors of #ECCE12
Black with #ECCE12
Text Example
Text Example
White with #ECCE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE12; }
p { color: rgb(236,206,18); }
H1.HeaderClassName
{
color: #ECCE12;
}
.AnyTagClassName
{
color: #ECCE12;
}
</style>
background-color css
<style>
a { background-color: #ECCE12; }
a { background-color: rgb(236,206,18); }
div.DivClassName
{
background-color: #ECCE12;
}
.BgClassName
{
background-color: #ECCE12;
}
</style>
border-color css
<style>
span { border-color: #ECCE12; }
span { border-color: rgb(236,206,18); }
td.TdClassName
{
border-color: #ECCE12;
}
.TagClassName
{
border-color: #ECCE12;
}
</style>