Shades of Broom #EDD226
Tints of Broom #EDD226
RGB
CMYK
RGB Variations
Color information
#EDD226 (or 0xEDD226) is known color: Broom. HEX triplet: ED, D2 and 26. RGB value is (237,210,38). Sum of RGB (Red+Green+Blue) = 237+210+38=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD226 is #122DD9. Grayscale: #C7C7C7. Windows color (decimal): -1191386 or 2544365. OLE color: 2544365.
HSL color Cylindrical-coordinate representation of color #EDD226: hue angle of 51.86º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDD226 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 38 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.07 |
| HSL | 51.86º | 0.85% | 0.54% | - |
| HSV(B) | 51.86º | 0.84% | 0.93% | - |
| XYZ | 58.32 | 64.24 | 11.16 | - |
| YUV | 198.47 | 37.45 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 38 | 0 | 0.11 | 0.84 | 0.07 | 51.86 | 0.85 | 0.54 |
| Hex | ED | D2 | 26 | 0 | B | 54 | 7 | 34 | 55 | 36 |
| Octal | 355 | 322 | 46 | 0 | 13 | 124 | 7 | 64 | 125 | 66 |
| Binary | 11101101 | 11010010 | 100110 | 0 | 1011 | 1010100 | 111 | 110100 | 1010101 | 110110 |
Color Harmonies of #EDD226
Complementary color
Monochromatic Colors of #EDD226
Black with #EDD226
Text Example
Text Example
White with #EDD226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD226; }
p { color: rgb(237,210,38); }
H1.HeaderClassName
{
color: #EDD226;
}
.AnyTagClassName
{
color: #EDD226;
}
</style>
background-color css
<style>
a { background-color: #EDD226; }
a { background-color: rgb(237,210,38); }
div.DivClassName
{
background-color: #EDD226;
}
.BgClassName
{
background-color: #EDD226;
}
</style>
border-color css
<style>
span { border-color: #EDD226; }
span { border-color: rgb(237,210,38); }
td.TdClassName
{
border-color: #EDD226;
}
.TagClassName
{
border-color: #EDD226;
}
</style>