Shades of Broom #ECCF10
Tints of Broom #ECCF10
RGB
CMYK
RGB Variations
Color information
#ECCF10 (or 0xECCF10) is known color: Broom. HEX triplet: EC, CF and 10. RGB value is (236,207,16). Sum of RGB (Red+Green+Blue) = 236+207+16=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF10 is #1330EF. Grayscale: #C2C2C2. Windows color (decimal): -1257712 or 1101804. OLE color: 1101804.
HSL color Cylindrical-coordinate representation of color #ECCF10: hue angle of 52.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECCF10 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.07 |
| HSL | 52.09º | 0.87% | 0.49% | - |
| HSV(B) | 52.09º | 0.93% | 0.93% | - |
| XYZ | 57 | 62.5 | 9.55 | - |
| YUV | 193.9 | 27.61 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 16 | 0 | 0.12 | 0.93 | 0.07 | 52.09 | 0.87 | 0.49 |
| Hex | EC | CF | 10 | 0 | C | 5D | 7 | 34 | 57 | 31 |
| Octal | 354 | 317 | 20 | 0 | 14 | 135 | 7 | 64 | 127 | 61 |
| Binary | 11101100 | 11001111 | 10000 | 0 | 1100 | 1011101 | 111 | 110100 | 1010111 | 110001 |
Color Harmonies of #ECCF10
Complementary color
Monochromatic Colors of #ECCF10
Black with #ECCF10
Text Example
Text Example
White with #ECCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF10; }
p { color: rgb(236,207,16); }
H1.HeaderClassName
{
color: #ECCF10;
}
.AnyTagClassName
{
color: #ECCF10;
}
</style>
background-color css
<style>
a { background-color: #ECCF10; }
a { background-color: rgb(236,207,16); }
div.DivClassName
{
background-color: #ECCF10;
}
.BgClassName
{
background-color: #ECCF10;
}
</style>
border-color css
<style>
span { border-color: #ECCF10; }
span { border-color: rgb(236,207,16); }
td.TdClassName
{
border-color: #ECCF10;
}
.TagClassName
{
border-color: #ECCF10;
}
</style>