Shades of Broom #EDD320
Tints of Broom #EDD320
RGB
CMYK
RGB Variations
Color information
#EDD320 (or 0xEDD320) is known color: Broom. HEX triplet: ED, D3 and 20. RGB value is (237,211,32). Sum of RGB (Red+Green+Blue) = 237+211+32=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD320 is #122CDF. Grayscale: #C7C7C7. Windows color (decimal): -1191136 or 2151405. OLE color: 2151405.
HSL color Cylindrical-coordinate representation of color #EDD320: hue angle of 52.39º 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 #EDD320 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 32 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.07 |
| HSL | 52.39º | 0.85% | 0.53% | - |
| HSV(B) | 52.39º | 0.86% | 0.93% | - |
| XYZ | 58.48 | 64.7 | 10.77 | - |
| YUV | 198.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 32 | 0 | 0.11 | 0.86 | 0.07 | 52.39 | 0.85 | 0.53 |
| Hex | ED | D3 | 20 | 0 | B | 56 | 7 | 34 | 55 | 35 |
| Octal | 355 | 323 | 40 | 0 | 13 | 126 | 7 | 64 | 125 | 65 |
| Binary | 11101101 | 11010011 | 100000 | 0 | 1011 | 1010110 | 111 | 110100 | 1010101 | 110101 |
Color Harmonies of #EDD320
Complementary color
Monochromatic Colors of #EDD320
Black with #EDD320
Text Example
Text Example
White with #EDD320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD320; }
p { color: rgb(237,211,32); }
H1.HeaderClassName
{
color: #EDD320;
}
.AnyTagClassName
{
color: #EDD320;
}
</style>
background-color css
<style>
a { background-color: #EDD320; }
a { background-color: rgb(237,211,32); }
div.DivClassName
{
background-color: #EDD320;
}
.BgClassName
{
background-color: #EDD320;
}
</style>
border-color css
<style>
span { border-color: #EDD320; }
span { border-color: rgb(237,211,32); }
td.TdClassName
{
border-color: #EDD320;
}
.TagClassName
{
border-color: #EDD320;
}
</style>