Shades of Broom #ECD414
Tints of Broom #ECD414
RGB
CMYK
RGB Variations
Color information
#ECD414 (or 0xECD414) is known color: Broom. HEX triplet: EC, D4 and 14. RGB value is (236,212,20). Sum of RGB (Red+Green+Blue) = 236+212+20=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD414 is #132BEB. Grayscale: #C6C6C6. Windows color (decimal): -1256428 or 1365228. OLE color: 1365228.
HSL color Cylindrical-coordinate representation of color #ECD414: hue angle of 53.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECD414 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.07 |
| HSL | 53.33º | 0.85% | 0.5% | - |
| HSV(B) | 53.33º | 0.92% | 0.93% | - |
| XYZ | 58.26 | 64.97 | 10.13 | - |
| YUV | 197.29 | 27.95 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 20 | 0 | 0.10 | 0.92 | 0.07 | 53.33 | 0.85 | 0.5 |
| Hex | EC | D4 | 14 | 0 | A | 5C | 7 | 35 | 55 | 32 |
| Octal | 354 | 324 | 24 | 0 | 12 | 134 | 7 | 65 | 125 | 62 |
| Binary | 11101100 | 11010100 | 10100 | 0 | 1010 | 1011100 | 111 | 110101 | 1010101 | 110010 |
Color Harmonies of #ECD414
Complementary color
Monochromatic Colors of #ECD414
Black with #ECD414
Text Example
Text Example
White with #ECD414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD414; }
p { color: rgb(236,212,20); }
H1.HeaderClassName
{
color: #ECD414;
}
.AnyTagClassName
{
color: #ECD414;
}
</style>
background-color css
<style>
a { background-color: #ECD414; }
a { background-color: rgb(236,212,20); }
div.DivClassName
{
background-color: #ECD414;
}
.BgClassName
{
background-color: #ECD414;
}
</style>
border-color css
<style>
span { border-color: #ECD414; }
span { border-color: rgb(236,212,20); }
td.TdClassName
{
border-color: #ECD414;
}
.TagClassName
{
border-color: #ECD414;
}
</style>