Shades of Broom #EDC821
Tints of Broom #EDC821
RGB
CMYK
RGB Variations
Color information
#EDC821 (or 0xEDC821) is known color: Broom. HEX triplet: ED, C8 and 21. RGB value is (237,200,33). Sum of RGB (Red+Green+Blue) = 237+200+33=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC821 is #1237DE. Grayscale: #C0C0C0. Windows color (decimal): -1193951 or 2214125. OLE color: 2214125.
HSL color Cylindrical-coordinate representation of color #EDC821: hue angle of 49.12º 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 #EDC821 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 33 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.07 |
| HSL | 49.12º | 0.85% | 0.53% | - |
| HSV(B) | 49.12º | 0.86% | 0.93% | - |
| XYZ | 55.85 | 59.42 | 9.96 | - |
| YUV | 192.03 | 38.26 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 33 | 0 | 0.16 | 0.86 | 0.07 | 49.12 | 0.85 | 0.53 |
| Hex | ED | C8 | 21 | 0 | 10 | 56 | 7 | 31 | 55 | 35 |
| Octal | 355 | 310 | 41 | 0 | 20 | 126 | 7 | 61 | 125 | 65 |
| Binary | 11101101 | 11001000 | 100001 | 0 | 10000 | 1010110 | 111 | 110001 | 1010101 | 110101 |
Color Harmonies of #EDC821
Complementary color
Monochromatic Colors of #EDC821
Black with #EDC821
Text Example
Text Example
White with #EDC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC821; }
p { color: rgb(237,200,33); }
H1.HeaderClassName
{
color: #EDC821;
}
.AnyTagClassName
{
color: #EDC821;
}
</style>
background-color css
<style>
a { background-color: #EDC821; }
a { background-color: rgb(237,200,33); }
div.DivClassName
{
background-color: #EDC821;
}
.BgClassName
{
background-color: #EDC821;
}
</style>
border-color css
<style>
span { border-color: #EDC821; }
span { border-color: rgb(237,200,33); }
td.TdClassName
{
border-color: #EDC821;
}
.TagClassName
{
border-color: #EDC821;
}
</style>