Shades of Broom #ECD21B
Tints of Broom #ECD21B
RGB
CMYK
RGB Variations
Color information
#ECD21B (or 0xECD21B) is known color: Broom. HEX triplet: EC, D2 and 1B. RGB value is (236,210,27). Sum of RGB (Red+Green+Blue) = 236+210+27=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD21B is #132DE4. Grayscale: #C5C5C5. Windows color (decimal): -1256933 or 1823468. OLE color: 1823468.
HSL color Cylindrical-coordinate representation of color #ECD21B: hue angle of 52.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECD21B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.54º | 0.85% | 0.52% | - |
| HSV(B) | 52.54º | 0.89% | 0.93% | - |
| XYZ | 57.84 | 64.01 | 10.34 | - |
| YUV | 196.91 | 32.11 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 27 | 0 | 0.11 | 0.89 | 0.07 | 52.54 | 0.85 | 0.52 |
| Hex | EC | D2 | 1B | 0 | B | 59 | 7 | 35 | 55 | 34 |
| Octal | 354 | 322 | 33 | 0 | 13 | 131 | 7 | 65 | 125 | 64 |
| Binary | 11101100 | 11010010 | 11011 | 0 | 1011 | 1011001 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #ECD21B
Complementary color
Monochromatic Colors of #ECD21B
Black with #ECD21B
Text Example
Text Example
White with #ECD21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD21B; }
p { color: rgb(236,210,27); }
H1.HeaderClassName
{
color: #ECD21B;
}
.AnyTagClassName
{
color: #ECD21B;
}
</style>
background-color css
<style>
a { background-color: #ECD21B; }
a { background-color: rgb(236,210,27); }
div.DivClassName
{
background-color: #ECD21B;
}
.BgClassName
{
background-color: #ECD21B;
}
</style>
border-color css
<style>
span { border-color: #ECD21B; }
span { border-color: rgb(236,210,27); }
td.TdClassName
{
border-color: #ECD21B;
}
.TagClassName
{
border-color: #ECD21B;
}
</style>