Shades of Broom #EED824
Tints of Broom #EED824
RGB
CMYK
RGB Variations
Color information
#EED824 (or 0xEED824) is known color: Broom. HEX triplet: EE, D8 and 24. RGB value is (238,216,36). Sum of RGB (Red+Green+Blue) = 238+216+36=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EED824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED824 is #1127DB. Grayscale: #CACACA. Windows color (decimal): -1124316 or 2414830. OLE color: 2414830.
HSL color Cylindrical-coordinate representation of color #EED824: hue angle of 53.47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EED824 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 36 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.07 |
| HSL | 53.47º | 0.86% | 0.54% | - |
| HSV(B) | 53.47º | 0.85% | 0.93% | - |
| XYZ | 60.13 | 67.42 | 11.51 | - |
| YUV | 202.06 | 34.29 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 36 | 0 | 0.09 | 0.85 | 0.07 | 53.47 | 0.86 | 0.54 |
| Hex | EE | D8 | 24 | 0 | 9 | 55 | 7 | 35 | 56 | 36 |
| Octal | 356 | 330 | 44 | 0 | 11 | 125 | 7 | 65 | 126 | 66 |
| Binary | 11101110 | 11011000 | 100100 | 0 | 1001 | 1010101 | 111 | 110101 | 1010110 | 110110 |
Color Harmonies of #EED824
Complementary color
Monochromatic Colors of #EED824
Black with #EED824
Text Example
Text Example
White with #EED824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED824; }
p { color: rgb(238,216,36); }
H1.HeaderClassName
{
color: #EED824;
}
.AnyTagClassName
{
color: #EED824;
}
</style>
background-color css
<style>
a { background-color: #EED824; }
a { background-color: rgb(238,216,36); }
div.DivClassName
{
background-color: #EED824;
}
.BgClassName
{
background-color: #EED824;
}
</style>
border-color css
<style>
span { border-color: #EED824; }
span { border-color: rgb(238,216,36); }
td.TdClassName
{
border-color: #EED824;
}
.TagClassName
{
border-color: #EED824;
}
</style>