Shades of Broom #EDCC20
Tints of Broom #EDCC20
RGB
CMYK
RGB Variations
Color information
#EDCC20 (or 0xEDCC20) is known color: Broom. HEX triplet: ED, CC and 20. RGB value is (237,204,32). Sum of RGB (Red+Green+Blue) = 237+204+32=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC20 is #1233DF. Grayscale: #C2C2C2. Windows color (decimal): -1192928 or 2149613. OLE color: 2149613.
HSL color Cylindrical-coordinate representation of color #EDCC20: hue angle of 50.34º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDCC20 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 32 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.07 |
| HSL | 50.34º | 0.85% | 0.53% | - |
| HSV(B) | 50.34º | 0.86% | 0.93% | - |
| XYZ | 56.78 | 61.29 | 10.2 | - |
| YUV | 194.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 32 | 0 | 0.14 | 0.86 | 0.07 | 50.34 | 0.85 | 0.53 |
| Hex | ED | CC | 20 | 0 | E | 56 | 7 | 32 | 55 | 35 |
| Octal | 355 | 314 | 40 | 0 | 16 | 126 | 7 | 62 | 125 | 65 |
| Binary | 11101101 | 11001100 | 100000 | 0 | 1110 | 1010110 | 111 | 110010 | 1010101 | 110101 |
Color Harmonies of #EDCC20
Complementary color
Monochromatic Colors of #EDCC20
Black with #EDCC20
Text Example
Text Example
White with #EDCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC20; }
p { color: rgb(237,204,32); }
H1.HeaderClassName
{
color: #EDCC20;
}
.AnyTagClassName
{
color: #EDCC20;
}
</style>
background-color css
<style>
a { background-color: #EDCC20; }
a { background-color: rgb(237,204,32); }
div.DivClassName
{
background-color: #EDCC20;
}
.BgClassName
{
background-color: #EDCC20;
}
</style>
border-color css
<style>
span { border-color: #EDCC20; }
span { border-color: rgb(237,204,32); }
td.TdClassName
{
border-color: #EDCC20;
}
.TagClassName
{
border-color: #EDCC20;
}
</style>