Shades of Broom #ECCC1F
Tints of Broom #ECCC1F
RGB
CMYK
RGB Variations
Color information
#ECCC1F (or 0xECCC1F) is known color: Broom. HEX triplet: EC, CC and 1F. RGB value is (236,204,31). Sum of RGB (Red+Green+Blue) = 236+204+31=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC1F is #1333E0. Grayscale: #C2C2C2. Windows color (decimal): -1258465 or 2084076. OLE color: 2084076.
HSL color Cylindrical-coordinate representation of color #ECCC1F: hue angle of 50.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECCC1F is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 31 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.07 |
| HSL | 50.63º | 0.84% | 0.52% | - |
| HSV(B) | 50.63º | 0.87% | 0.93% | - |
| XYZ | 56.43 | 61.12 | 10.12 | - |
| YUV | 193.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 31 | 0 | 0.14 | 0.87 | 0.07 | 50.63 | 0.84 | 0.52 |
| Hex | EC | CC | 1F | 0 | E | 57 | 7 | 33 | 54 | 34 |
| Octal | 354 | 314 | 37 | 0 | 16 | 127 | 7 | 63 | 124 | 64 |
| Binary | 11101100 | 11001100 | 11111 | 0 | 1110 | 1010111 | 111 | 110011 | 1010100 | 110100 |
Color Harmonies of #ECCC1F
Complementary color
Monochromatic Colors of #ECCC1F
Black with #ECCC1F
Text Example
Text Example
White with #ECCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC1F; }
p { color: rgb(236,204,31); }
H1.HeaderClassName
{
color: #ECCC1F;
}
.AnyTagClassName
{
color: #ECCC1F;
}
</style>
background-color css
<style>
a { background-color: #ECCC1F; }
a { background-color: rgb(236,204,31); }
div.DivClassName
{
background-color: #ECCC1F;
}
.BgClassName
{
background-color: #ECCC1F;
}
</style>
border-color css
<style>
span { border-color: #ECCC1F; }
span { border-color: rgb(236,204,31); }
td.TdClassName
{
border-color: #ECCC1F;
}
.TagClassName
{
border-color: #ECCC1F;
}
</style>