Shades of Broom #ECD52A
Tints of Broom #ECD52A
RGB
CMYK
RGB Variations
Color information
#ECD52A (or 0xECD52A) is known color: Broom. HEX triplet: EC, D5 and 2A. RGB value is (236,213,42). Sum of RGB (Red+Green+Blue) = 236+213+42=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD52A is #132AD5. Grayscale: #C9C9C9. Windows color (decimal): -1256150 or 2807276. OLE color: 2807276.
HSL color Cylindrical-coordinate representation of color #ECD52A: hue angle of 52.89º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECD52A is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 42 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.07 |
| HSL | 52.89º | 0.84% | 0.55% | - |
| HSV(B) | 52.89º | 0.82% | 0.93% | - |
| XYZ | 58.8 | 65.59 | 11.75 | - |
| YUV | 200.38 | 38.62 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 42 | 0 | 0.10 | 0.82 | 0.07 | 52.89 | 0.84 | 0.55 |
| Hex | EC | D5 | 2A | 0 | A | 52 | 7 | 35 | 54 | 37 |
| Octal | 354 | 325 | 52 | 0 | 12 | 122 | 7 | 65 | 124 | 67 |
| Binary | 11101100 | 11010101 | 101010 | 0 | 1010 | 1010010 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #ECD52A
Complementary color
Monochromatic Colors of #ECD52A
Black with #ECD52A
Text Example
Text Example
White with #ECD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD52A; }
p { color: rgb(236,213,42); }
H1.HeaderClassName
{
color: #ECD52A;
}
.AnyTagClassName
{
color: #ECD52A;
}
</style>
background-color css
<style>
a { background-color: #ECD52A; }
a { background-color: rgb(236,213,42); }
div.DivClassName
{
background-color: #ECD52A;
}
.BgClassName
{
background-color: #ECD52A;
}
</style>
border-color css
<style>
span { border-color: #ECD52A; }
span { border-color: rgb(236,213,42); }
td.TdClassName
{
border-color: #ECD52A;
}
.TagClassName
{
border-color: #ECD52A;
}
</style>