Shades of Broom #ECD70F
Tints of Broom #ECD70F
RGB
CMYK
RGB Variations
Color information
#ECD70F (or 0xECD70F) is known color: Broom. HEX triplet: EC, D7 and 0F. RGB value is (236,215,15). Sum of RGB (Red+Green+Blue) = 236+215+15=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD70F is #1328F0. Grayscale: #C7C7C7. Windows color (decimal): -1255665 or 1038316. OLE color: 1038316.
HSL color Cylindrical-coordinate representation of color #ECD70F: hue angle of 54.3º degrees, saturation: 0.88, 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 #ECD70F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.07 |
| HSL | 54.3º | 0.88% | 0.49% | - |
| HSV(B) | 54.3º | 0.94% | 0.93% | - |
| XYZ | 58.98 | 66.47 | 10.17 | - |
| YUV | 198.48 | 24.46 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 15 | 0 | 0.09 | 0.94 | 0.07 | 54.3 | 0.88 | 0.49 |
| Hex | EC | D7 | F | 0 | 9 | 5E | 7 | 36 | 58 | 31 |
| Octal | 354 | 327 | 17 | 0 | 11 | 136 | 7 | 66 | 130 | 61 |
| Binary | 11101100 | 11010111 | 1111 | 0 | 1001 | 1011110 | 111 | 110110 | 1011000 | 110001 |
Color Harmonies of #ECD70F
Complementary color
Monochromatic Colors of #ECD70F
Black with #ECD70F
Text Example
Text Example
White with #ECD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD70F; }
p { color: rgb(236,215,15); }
H1.HeaderClassName
{
color: #ECD70F;
}
.AnyTagClassName
{
color: #ECD70F;
}
</style>
background-color css
<style>
a { background-color: #ECD70F; }
a { background-color: rgb(236,215,15); }
div.DivClassName
{
background-color: #ECD70F;
}
.BgClassName
{
background-color: #ECD70F;
}
</style>
border-color css
<style>
span { border-color: #ECD70F; }
span { border-color: rgb(236,215,15); }
td.TdClassName
{
border-color: #ECD70F;
}
.TagClassName
{
border-color: #ECD70F;
}
</style>