Shades of Broom #ECD318
Tints of Broom #ECD318
RGB
CMYK
RGB Variations
Color information
#ECD318 (or 0xECD318) is known color: Broom. HEX triplet: EC, D3 and 18. RGB value is (236,211,24). Sum of RGB (Red+Green+Blue) = 236+211+24=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD318 is #132CE7. Grayscale: #C5C5C5. Windows color (decimal): -1256680 or 1627116. OLE color: 1627116.
HSL color Cylindrical-coordinate representation of color #ECD318: hue angle of 52.92º 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 #ECD318 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 24 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.07 |
| HSL | 52.92º | 0.85% | 0.51% | - |
| HSV(B) | 52.92º | 0.9% | 0.93% | - |
| XYZ | 58.05 | 64.49 | 10.25 | - |
| YUV | 197.16 | 30.28 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 24 | 0 | 0.11 | 0.90 | 0.07 | 52.92 | 0.85 | 0.51 |
| Hex | EC | D3 | 18 | 0 | B | 5A | 7 | 35 | 55 | 33 |
| Octal | 354 | 323 | 30 | 0 | 13 | 132 | 7 | 65 | 125 | 63 |
| Binary | 11101100 | 11010011 | 11000 | 0 | 1011 | 1011010 | 111 | 110101 | 1010101 | 110011 |
Color Harmonies of #ECD318
Complementary color
Monochromatic Colors of #ECD318
Black with #ECD318
Text Example
Text Example
White with #ECD318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD318; }
p { color: rgb(236,211,24); }
H1.HeaderClassName
{
color: #ECD318;
}
.AnyTagClassName
{
color: #ECD318;
}
</style>
background-color css
<style>
a { background-color: #ECD318; }
a { background-color: rgb(236,211,24); }
div.DivClassName
{
background-color: #ECD318;
}
.BgClassName
{
background-color: #ECD318;
}
</style>
border-color css
<style>
span { border-color: #ECD318; }
span { border-color: rgb(236,211,24); }
td.TdClassName
{
border-color: #ECD318;
}
.TagClassName
{
border-color: #ECD318;
}
</style>