Shades of Broom #ECCF0E
Tints of Broom #ECCF0E
RGB
CMYK
RGB Variations
Color information
#ECCF0E (or 0xECCF0E) is known color: Broom. HEX triplet: EC, CF and 0E. RGB value is (236,207,14). Sum of RGB (Red+Green+Blue) = 236+207+14=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF0E is #1330F1. Grayscale: #C2C2C2. Windows color (decimal): -1257714 or 970732. OLE color: 970732.
HSL color Cylindrical-coordinate representation of color #ECCF0E: hue angle of 52.16º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECCF0E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.07 |
| HSL | 52.16º | 0.89% | 0.49% | - |
| HSV(B) | 52.16º | 0.94% | 0.93% | - |
| XYZ | 56.98 | 62.49 | 9.47 | - |
| YUV | 193.67 | 26.61 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 14 | 0 | 0.12 | 0.94 | 0.07 | 52.16 | 0.89 | 0.49 |
| Hex | EC | CF | E | 0 | C | 5E | 7 | 34 | 59 | 31 |
| Octal | 354 | 317 | 16 | 0 | 14 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101100 | 11001111 | 1110 | 0 | 1100 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #ECCF0E
Complementary color
Monochromatic Colors of #ECCF0E
Black with #ECCF0E
Text Example
Text Example
White with #ECCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF0E; }
p { color: rgb(236,207,14); }
H1.HeaderClassName
{
color: #ECCF0E;
}
.AnyTagClassName
{
color: #ECCF0E;
}
</style>
background-color css
<style>
a { background-color: #ECCF0E; }
a { background-color: rgb(236,207,14); }
div.DivClassName
{
background-color: #ECCF0E;
}
.BgClassName
{
background-color: #ECCF0E;
}
</style>
border-color css
<style>
span { border-color: #ECCF0E; }
span { border-color: rgb(236,207,14); }
td.TdClassName
{
border-color: #ECCF0E;
}
.TagClassName
{
border-color: #ECCF0E;
}
</style>