Shades of Broom #EDD229
Tints of Broom #EDD229
RGB
CMYK
RGB Variations
Color information
#EDD229 (or 0xEDD229) is known color: Broom. HEX triplet: ED, D2 and 29. RGB value is (237,210,41). Sum of RGB (Red+Green+Blue) = 237+210+41=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD229 is #122DD6. Grayscale: #C7C7C7. Windows color (decimal): -1191383 or 2740973. OLE color: 2740973.
HSL color Cylindrical-coordinate representation of color #EDD229: hue angle of 51.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDD229 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 41 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.07 |
| HSL | 51.73º | 0.84% | 0.55% | - |
| HSV(B) | 51.73º | 0.83% | 0.93% | - |
| XYZ | 58.37 | 64.26 | 11.42 | - |
| YUV | 198.81 | 38.95 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 41 | 0 | 0.11 | 0.83 | 0.07 | 51.73 | 0.84 | 0.55 |
| Hex | ED | D2 | 29 | 0 | B | 53 | 7 | 34 | 54 | 37 |
| Octal | 355 | 322 | 51 | 0 | 13 | 123 | 7 | 64 | 124 | 67 |
| Binary | 11101101 | 11010010 | 101001 | 0 | 1011 | 1010011 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #EDD229
Complementary color
Monochromatic Colors of #EDD229
Black with #EDD229
Text Example
Text Example
White with #EDD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD229; }
p { color: rgb(237,210,41); }
H1.HeaderClassName
{
color: #EDD229;
}
.AnyTagClassName
{
color: #EDD229;
}
</style>
background-color css
<style>
a { background-color: #EDD229; }
a { background-color: rgb(237,210,41); }
div.DivClassName
{
background-color: #EDD229;
}
.BgClassName
{
background-color: #EDD229;
}
</style>
border-color css
<style>
span { border-color: #EDD229; }
span { border-color: rgb(237,210,41); }
td.TdClassName
{
border-color: #EDD229;
}
.TagClassName
{
border-color: #EDD229;
}
</style>