Shades of Broom #EDCC19
Tints of Broom #EDCC19
RGB
CMYK
RGB Variations
Color information
#EDCC19 (or 0xEDCC19) is known color: Broom. HEX triplet: ED, CC and 19. RGB value is (237,204,25). Sum of RGB (Red+Green+Blue) = 237+204+25=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC19 is #1233E6. Grayscale: #C2C2C2. Windows color (decimal): -1192935 or 1690861. OLE color: 1690861.
HSL color Cylindrical-coordinate representation of color #EDCC19: hue angle of 50.66º 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 #EDCC19 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.07 |
| HSL | 50.66º | 0.85% | 0.51% | - |
| HSV(B) | 50.66º | 0.89% | 0.93% | - |
| XYZ | 56.69 | 61.26 | 9.76 | - |
| YUV | 193.46 | 32.93 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 25 | 0 | 0.14 | 0.89 | 0.07 | 50.66 | 0.85 | 0.51 |
| Hex | ED | CC | 19 | 0 | E | 59 | 7 | 33 | 55 | 33 |
| Octal | 355 | 314 | 31 | 0 | 16 | 131 | 7 | 63 | 125 | 63 |
| Binary | 11101101 | 11001100 | 11001 | 0 | 1110 | 1011001 | 111 | 110011 | 1010101 | 110011 |
Color Harmonies of #EDCC19
Complementary color
Monochromatic Colors of #EDCC19
Black with #EDCC19
Text Example
Text Example
White with #EDCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC19; }
p { color: rgb(237,204,25); }
H1.HeaderClassName
{
color: #EDCC19;
}
.AnyTagClassName
{
color: #EDCC19;
}
</style>
background-color css
<style>
a { background-color: #EDCC19; }
a { background-color: rgb(237,204,25); }
div.DivClassName
{
background-color: #EDCC19;
}
.BgClassName
{
background-color: #EDCC19;
}
</style>
border-color css
<style>
span { border-color: #EDCC19; }
span { border-color: rgb(237,204,25); }
td.TdClassName
{
border-color: #EDCC19;
}
.TagClassName
{
border-color: #EDCC19;
}
</style>