Shades of Broom #ECDA1E
Tints of Broom #ECDA1E
RGB
CMYK
RGB Variations
Color information
#ECDA1E (or 0xECDA1E) is known color: Broom. HEX triplet: EC, DA and 1E. RGB value is (236,218,30). Sum of RGB (Red+Green+Blue) = 236+218+30=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA1E is #1325E1. Grayscale: #CACACA. Windows color (decimal): -1254882 or 2022124. OLE color: 2022124.
HSL color Cylindrical-coordinate representation of color #ECDA1E: hue angle of 54.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECDA1E is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 30 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.07 |
| HSL | 54.76º | 0.84% | 0.52% | - |
| HSV(B) | 54.76º | 0.87% | 0.93% | - |
| XYZ | 59.9 | 68.07 | 11.21 | - |
| YUV | 201.95 | 30.96 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 30 | 0 | 0.08 | 0.87 | 0.07 | 54.76 | 0.84 | 0.52 |
| Hex | EC | DA | 1E | 0 | 8 | 57 | 7 | 37 | 54 | 34 |
| Octal | 354 | 332 | 36 | 0 | 10 | 127 | 7 | 67 | 124 | 64 |
| Binary | 11101100 | 11011010 | 11110 | 0 | 1000 | 1010111 | 111 | 110111 | 1010100 | 110100 |
Color Harmonies of #ECDA1E
Complementary color
Monochromatic Colors of #ECDA1E
Black with #ECDA1E
Text Example
Text Example
White with #ECDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA1E; }
p { color: rgb(236,218,30); }
H1.HeaderClassName
{
color: #ECDA1E;
}
.AnyTagClassName
{
color: #ECDA1E;
}
</style>
background-color css
<style>
a { background-color: #ECDA1E; }
a { background-color: rgb(236,218,30); }
div.DivClassName
{
background-color: #ECDA1E;
}
.BgClassName
{
background-color: #ECDA1E;
}
</style>
border-color css
<style>
span { border-color: #ECDA1E; }
span { border-color: rgb(236,218,30); }
td.TdClassName
{
border-color: #ECDA1E;
}
.TagClassName
{
border-color: #ECDA1E;
}
</style>