Shades of Broom #ECCF14
Tints of Broom #ECCF14
RGB
CMYK
RGB Variations
Color information
#ECCF14 (or 0xECCF14) is known color: Broom. HEX triplet: EC, CF and 14. RGB value is (236,207,20). Sum of RGB (Red+Green+Blue) = 236+207+20=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF14 is #1330EB. Grayscale: #C3C3C3. Windows color (decimal): -1257708 or 1363948. OLE color: 1363948.
HSL color Cylindrical-coordinate representation of color #ECCF14: hue angle of 51.94º degrees, saturation: 0.85, 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 #ECCF14 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 51.94º | 0.85% | 0.5% | - |
| HSV(B) | 51.94º | 0.92% | 0.93% | - |
| XYZ | 57.03 | 62.51 | 9.72 | - |
| YUV | 194.35 | 29.61 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 20 | 0 | 0.12 | 0.92 | 0.07 | 51.94 | 0.85 | 0.5 |
| Hex | EC | CF | 14 | 0 | C | 5C | 7 | 34 | 55 | 32 |
| Octal | 354 | 317 | 24 | 0 | 14 | 134 | 7 | 64 | 125 | 62 |
| Binary | 11101100 | 11001111 | 10100 | 0 | 1100 | 1011100 | 111 | 110100 | 1010101 | 110010 |
Color Harmonies of #ECCF14
Complementary color
Monochromatic Colors of #ECCF14
Black with #ECCF14
Text Example
Text Example
White with #ECCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF14; }
p { color: rgb(236,207,20); }
H1.HeaderClassName
{
color: #ECCF14;
}
.AnyTagClassName
{
color: #ECCF14;
}
</style>
background-color css
<style>
a { background-color: #ECCF14; }
a { background-color: rgb(236,207,20); }
div.DivClassName
{
background-color: #ECCF14;
}
.BgClassName
{
background-color: #ECCF14;
}
</style>
border-color css
<style>
span { border-color: #ECCF14; }
span { border-color: rgb(236,207,20); }
td.TdClassName
{
border-color: #ECCF14;
}
.TagClassName
{
border-color: #ECCF14;
}
</style>