Shades of Broom #ECD30F
Tints of Broom #ECD30F
RGB
CMYK
RGB Variations
Color information
#ECD30F (or 0xECD30F) is known color: Broom. HEX triplet: EC, D3 and 0F. RGB value is (236,211,15). Sum of RGB (Red+Green+Blue) = 236+211+15=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD30F is #132CF0. Grayscale: #C4C4C4. Windows color (decimal): -1256689 or 1037292. OLE color: 1037292.
HSL color Cylindrical-coordinate representation of color #ECD30F: hue angle of 53.21º 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 #ECD30F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.07 |
| HSL | 53.21º | 0.88% | 0.49% | - |
| HSV(B) | 53.21º | 0.94% | 0.93% | - |
| XYZ | 57.97 | 64.46 | 9.84 | - |
| YUV | 196.13 | 25.78 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 15 | 0 | 0.11 | 0.94 | 0.07 | 53.21 | 0.88 | 0.49 |
| Hex | EC | D3 | F | 0 | B | 5E | 7 | 35 | 58 | 31 |
| Octal | 354 | 323 | 17 | 0 | 13 | 136 | 7 | 65 | 130 | 61 |
| Binary | 11101100 | 11010011 | 1111 | 0 | 1011 | 1011110 | 111 | 110101 | 1011000 | 110001 |
Color Harmonies of #ECD30F
Complementary color
Monochromatic Colors of #ECD30F
Black with #ECD30F
Text Example
Text Example
White with #ECD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD30F; }
p { color: rgb(236,211,15); }
H1.HeaderClassName
{
color: #ECD30F;
}
.AnyTagClassName
{
color: #ECD30F;
}
</style>
background-color css
<style>
a { background-color: #ECD30F; }
a { background-color: rgb(236,211,15); }
div.DivClassName
{
background-color: #ECD30F;
}
.BgClassName
{
background-color: #ECD30F;
}
</style>
border-color css
<style>
span { border-color: #ECD30F; }
span { border-color: rgb(236,211,15); }
td.TdClassName
{
border-color: #ECD30F;
}
.TagClassName
{
border-color: #ECD30F;
}
</style>