Shades of Broom #ECCC1C
Tints of Broom #ECCC1C
RGB
CMYK
RGB Variations
Color information
#ECCC1C (or 0xECCC1C) is known color: Broom. HEX triplet: EC, CC and 1C. RGB value is (236,204,28). Sum of RGB (Red+Green+Blue) = 236+204+28=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC1C is #1333E3. Grayscale: #C2C2C2. Windows color (decimal): -1258468 or 1887468. OLE color: 1887468.
HSL color Cylindrical-coordinate representation of color #ECCC1C: hue angle of 50.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECCC1C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 28 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.07 |
| HSL | 50.77º | 0.85% | 0.52% | - |
| HSV(B) | 50.77º | 0.88% | 0.93% | - |
| XYZ | 56.39 | 61.1 | 9.92 | - |
| YUV | 193.5 | 34.6 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 28 | 0 | 0.14 | 0.88 | 0.07 | 50.77 | 0.85 | 0.52 |
| Hex | EC | CC | 1C | 0 | E | 58 | 7 | 33 | 55 | 34 |
| Octal | 354 | 314 | 34 | 0 | 16 | 130 | 7 | 63 | 125 | 64 |
| Binary | 11101100 | 11001100 | 11100 | 0 | 1110 | 1011000 | 111 | 110011 | 1010101 | 110100 |
Color Harmonies of #ECCC1C
Complementary color
Monochromatic Colors of #ECCC1C
Black with #ECCC1C
Text Example
Text Example
White with #ECCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC1C; }
p { color: rgb(236,204,28); }
H1.HeaderClassName
{
color: #ECCC1C;
}
.AnyTagClassName
{
color: #ECCC1C;
}
</style>
background-color css
<style>
a { background-color: #ECCC1C; }
a { background-color: rgb(236,204,28); }
div.DivClassName
{
background-color: #ECCC1C;
}
.BgClassName
{
background-color: #ECCC1C;
}
</style>
border-color css
<style>
span { border-color: #ECCC1C; }
span { border-color: rgb(236,204,28); }
td.TdClassName
{
border-color: #ECCC1C;
}
.TagClassName
{
border-color: #ECCC1C;
}
</style>