Shades of Broom #ECD21F
Tints of Broom #ECD21F
RGB
CMYK
RGB Variations
Color information
#ECD21F (or 0xECD21F) is known color: Broom. HEX triplet: EC, D2 and 1F. RGB value is (236,210,31). Sum of RGB (Red+Green+Blue) = 236+210+31=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD21F is #132DE0. Grayscale: #C6C6C6. Windows color (decimal): -1256929 or 2085612. OLE color: 2085612.
HSL color Cylindrical-coordinate representation of color #ECD21F: hue angle of 52.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECD21F is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 31 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.07 |
| HSL | 52.39º | 0.84% | 0.52% | - |
| HSV(B) | 52.39º | 0.87% | 0.93% | - |
| XYZ | 57.89 | 64.02 | 10.6 | - |
| YUV | 197.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 31 | 0 | 0.11 | 0.87 | 0.07 | 52.39 | 0.84 | 0.52 |
| Hex | EC | D2 | 1F | 0 | B | 57 | 7 | 34 | 54 | 34 |
| Octal | 354 | 322 | 37 | 0 | 13 | 127 | 7 | 64 | 124 | 64 |
| Binary | 11101100 | 11010010 | 11111 | 0 | 1011 | 1010111 | 111 | 110100 | 1010100 | 110100 |
Color Harmonies of #ECD21F
Complementary color
Monochromatic Colors of #ECD21F
Black with #ECD21F
Text Example
Text Example
White with #ECD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD21F; }
p { color: rgb(236,210,31); }
H1.HeaderClassName
{
color: #ECD21F;
}
.AnyTagClassName
{
color: #ECD21F;
}
</style>
background-color css
<style>
a { background-color: #ECD21F; }
a { background-color: rgb(236,210,31); }
div.DivClassName
{
background-color: #ECD21F;
}
.BgClassName
{
background-color: #ECD21F;
}
</style>
border-color css
<style>
span { border-color: #ECD21F; }
span { border-color: rgb(236,210,31); }
td.TdClassName
{
border-color: #ECD21F;
}
.TagClassName
{
border-color: #ECD21F;
}
</style>