Shades of Broom #ECCD28
Tints of Broom #ECCD28
RGB
CMYK
RGB Variations
Color information
#ECCD28 (or 0xECCD28) is known color: Broom. HEX triplet: EC, CD and 28. RGB value is (236,205,40). Sum of RGB (Red+Green+Blue) = 236+205+40=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD28 is #1332D7. Grayscale: #C4C4C4. Windows color (decimal): -1258200 or 2674156. OLE color: 2674156.
HSL color Cylindrical-coordinate representation of color #ECCD28: hue angle of 50.51º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECCD28 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 40 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.07 |
| HSL | 50.51º | 0.84% | 0.54% | - |
| HSV(B) | 50.51º | 0.83% | 0.93% | - |
| XYZ | 56.81 | 61.65 | 10.91 | - |
| YUV | 195.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 40 | 0 | 0.13 | 0.83 | 0.07 | 50.51 | 0.84 | 0.54 |
| Hex | EC | CD | 28 | 0 | D | 53 | 7 | 33 | 54 | 36 |
| Octal | 354 | 315 | 50 | 0 | 15 | 123 | 7 | 63 | 124 | 66 |
| Binary | 11101100 | 11001101 | 101000 | 0 | 1101 | 1010011 | 111 | 110011 | 1010100 | 110110 |
Color Harmonies of #ECCD28
Complementary color
Monochromatic Colors of #ECCD28
Black with #ECCD28
Text Example
Text Example
White with #ECCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD28; }
p { color: rgb(236,205,40); }
H1.HeaderClassName
{
color: #ECCD28;
}
.AnyTagClassName
{
color: #ECCD28;
}
</style>
background-color css
<style>
a { background-color: #ECCD28; }
a { background-color: rgb(236,205,40); }
div.DivClassName
{
background-color: #ECCD28;
}
.BgClassName
{
background-color: #ECCD28;
}
</style>
border-color css
<style>
span { border-color: #ECCD28; }
span { border-color: rgb(236,205,40); }
td.TdClassName
{
border-color: #ECCD28;
}
.TagClassName
{
border-color: #ECCD28;
}
</style>