Shades of Broom #ECCB1A
Tints of Broom #ECCB1A
RGB
CMYK
RGB Variations
Color information
#ECCB1A (or 0xECCB1A) is known color: Broom. HEX triplet: EC, CB and 1A. RGB value is (236,203,26). Sum of RGB (Red+Green+Blue) = 236+203+26=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB1A is #1334E5. Grayscale: #C1C1C1. Windows color (decimal): -1258726 or 1756140. OLE color: 1756140.
HSL color Cylindrical-coordinate representation of color #ECCB1A: hue angle of 50.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECCB1A is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 26 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.07 |
| HSL | 50.57º | 0.85% | 0.51% | - |
| HSV(B) | 50.57º | 0.89% | 0.93% | - |
| XYZ | 56.13 | 60.62 | 9.72 | - |
| YUV | 192.69 | 33.93 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 26 | 0 | 0.14 | 0.89 | 0.07 | 50.57 | 0.85 | 0.51 |
| Hex | EC | CB | 1A | 0 | E | 59 | 7 | 33 | 55 | 33 |
| Octal | 354 | 313 | 32 | 0 | 16 | 131 | 7 | 63 | 125 | 63 |
| Binary | 11101100 | 11001011 | 11010 | 0 | 1110 | 1011001 | 111 | 110011 | 1010101 | 110011 |
Color Harmonies of #ECCB1A
Complementary color
Monochromatic Colors of #ECCB1A
Black with #ECCB1A
Text Example
Text Example
White with #ECCB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB1A; }
p { color: rgb(236,203,26); }
H1.HeaderClassName
{
color: #ECCB1A;
}
.AnyTagClassName
{
color: #ECCB1A;
}
</style>
background-color css
<style>
a { background-color: #ECCB1A; }
a { background-color: rgb(236,203,26); }
div.DivClassName
{
background-color: #ECCB1A;
}
.BgClassName
{
background-color: #ECCB1A;
}
</style>
border-color css
<style>
span { border-color: #ECCB1A; }
span { border-color: rgb(236,203,26); }
td.TdClassName
{
border-color: #ECCB1A;
}
.TagClassName
{
border-color: #ECCB1A;
}
</style>