Shades of Broom #ECCD18
Tints of Broom #ECCD18
RGB
CMYK
RGB Variations
Color information
#ECCD18 (or 0xECCD18) is known color: Broom. HEX triplet: EC, CD and 18. RGB value is (236,205,24). Sum of RGB (Red+Green+Blue) = 236+205+24=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD18 is #1332E7. Grayscale: #C2C2C2. Windows color (decimal): -1258216 or 1625580. OLE color: 1625580.
HSL color Cylindrical-coordinate representation of color #ECCD18: hue angle of 51.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECCD18 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.07 |
| HSL | 51.23º | 0.85% | 0.51% | - |
| HSV(B) | 51.23º | 0.9% | 0.93% | - |
| XYZ | 56.59 | 61.56 | 9.76 | - |
| YUV | 193.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 24 | 0 | 0.13 | 0.90 | 0.07 | 51.23 | 0.85 | 0.51 |
| Hex | EC | CD | 18 | 0 | D | 5A | 7 | 33 | 55 | 33 |
| Octal | 354 | 315 | 30 | 0 | 15 | 132 | 7 | 63 | 125 | 63 |
| Binary | 11101100 | 11001101 | 11000 | 0 | 1101 | 1011010 | 111 | 110011 | 1010101 | 110011 |
Color Harmonies of #ECCD18
Complementary color
Monochromatic Colors of #ECCD18
Black with #ECCD18
Text Example
Text Example
White with #ECCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD18; }
p { color: rgb(236,205,24); }
H1.HeaderClassName
{
color: #ECCD18;
}
.AnyTagClassName
{
color: #ECCD18;
}
</style>
background-color css
<style>
a { background-color: #ECCD18; }
a { background-color: rgb(236,205,24); }
div.DivClassName
{
background-color: #ECCD18;
}
.BgClassName
{
background-color: #ECCD18;
}
</style>
border-color css
<style>
span { border-color: #ECCD18; }
span { border-color: rgb(236,205,24); }
td.TdClassName
{
border-color: #ECCD18;
}
.TagClassName
{
border-color: #ECCD18;
}
</style>