Shades of Broom #EDCC1A
Tints of Broom #EDCC1A
RGB
CMYK
RGB Variations
Color information
#EDCC1A (or 0xEDCC1A) is known color: Broom. HEX triplet: ED, CC and 1A. RGB value is (237,204,26). Sum of RGB (Red+Green+Blue) = 237+204+26=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC1A is #1233E5. Grayscale: #C2C2C2. Windows color (decimal): -1192934 or 1756397. OLE color: 1756397.
HSL color Cylindrical-coordinate representation of color #EDCC1A: hue angle of 50.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDCC1A is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 26 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.07 |
| HSL | 50.62º | 0.85% | 0.52% | - |
| HSV(B) | 50.62º | 0.89% | 0.93% | - |
| XYZ | 56.7 | 61.26 | 9.81 | - |
| YUV | 193.58 | 33.43 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 26 | 0 | 0.14 | 0.89 | 0.07 | 50.62 | 0.85 | 0.52 |
| Hex | ED | CC | 1A | 0 | E | 59 | 7 | 33 | 55 | 34 |
| Octal | 355 | 314 | 32 | 0 | 16 | 131 | 7 | 63 | 125 | 64 |
| Binary | 11101101 | 11001100 | 11010 | 0 | 1110 | 1011001 | 111 | 110011 | 1010101 | 110100 |
Color Harmonies of #EDCC1A
Complementary color
Monochromatic Colors of #EDCC1A
Black with #EDCC1A
Text Example
Text Example
White with #EDCC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC1A; }
p { color: rgb(237,204,26); }
H1.HeaderClassName
{
color: #EDCC1A;
}
.AnyTagClassName
{
color: #EDCC1A;
}
</style>
background-color css
<style>
a { background-color: #EDCC1A; }
a { background-color: rgb(237,204,26); }
div.DivClassName
{
background-color: #EDCC1A;
}
.BgClassName
{
background-color: #EDCC1A;
}
</style>
border-color css
<style>
span { border-color: #EDCC1A; }
span { border-color: rgb(237,204,26); }
td.TdClassName
{
border-color: #EDCC1A;
}
.TagClassName
{
border-color: #EDCC1A;
}
</style>