Shades of Broom #EDD823
Tints of Broom #EDD823
RGB
CMYK
RGB Variations
Color information
#EDD823 (or 0xEDD823) is known color: Broom. HEX triplet: ED, D8 and 23. RGB value is (237,216,35). Sum of RGB (Red+Green+Blue) = 237+216+35=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 35 (14.06% from 255 or 7.17% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD823 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD823 is #1227DC. Grayscale: #CACACA. Windows color (decimal): -1189853 or 2349293. OLE color: 2349293.
HSL color Cylindrical-coordinate representation of color #EDD823: hue angle of 53.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDD823 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 35 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.07 |
| HSL | 53.76º | 0.85% | 0.53% | - |
| HSV(B) | 53.76º | 0.85% | 0.93% | - |
| XYZ | 59.78 | 67.24 | 11.42 | - |
| YUV | 201.65 | 33.96 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 35 | 0 | 0.09 | 0.85 | 0.07 | 53.76 | 0.85 | 0.53 |
| Hex | ED | D8 | 23 | 0 | 9 | 55 | 7 | 36 | 55 | 35 |
| Octal | 355 | 330 | 43 | 0 | 11 | 125 | 7 | 66 | 125 | 65 |
| Binary | 11101101 | 11011000 | 100011 | 0 | 1001 | 1010101 | 111 | 110110 | 1010101 | 110101 |
Color Harmonies of #EDD823
Complementary color
Monochromatic Colors of #EDD823
Black with #EDD823
Text Example
Text Example
White with #EDD823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD823; }
p { color: rgb(237,216,35); }
H1.HeaderClassName
{
color: #EDD823;
}
.AnyTagClassName
{
color: #EDD823;
}
</style>
background-color css
<style>
a { background-color: #EDD823; }
a { background-color: rgb(237,216,35); }
div.DivClassName
{
background-color: #EDD823;
}
.BgClassName
{
background-color: #EDD823;
}
</style>
border-color css
<style>
span { border-color: #EDD823; }
span { border-color: rgb(237,216,35); }
td.TdClassName
{
border-color: #EDD823;
}
.TagClassName
{
border-color: #EDD823;
}
</style>