Shades of Broom #EED820
Tints of Broom #EED820
RGB
CMYK
RGB Variations
Color information
#EED820 (or 0xEED820) is known color: Broom. HEX triplet: EE, D8 and 20. RGB value is (238,216,32). Sum of RGB (Red+Green+Blue) = 238+216+32=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EED820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED820 is #1127DF. Grayscale: #CACACA. Windows color (decimal): -1124320 or 2152686. OLE color: 2152686.
HSL color Cylindrical-coordinate representation of color #EED820: hue angle of 53.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EED820 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 32 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.07 |
| HSL | 53.59º | 0.86% | 0.53% | - |
| HSV(B) | 53.59º | 0.87% | 0.93% | - |
| XYZ | 60.08 | 67.39 | 11.21 | - |
| YUV | 201.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 32 | 0 | 0.09 | 0.87 | 0.07 | 53.59 | 0.86 | 0.53 |
| Hex | EE | D8 | 20 | 0 | 9 | 57 | 7 | 36 | 56 | 35 |
| Octal | 356 | 330 | 40 | 0 | 11 | 127 | 7 | 66 | 126 | 65 |
| Binary | 11101110 | 11011000 | 100000 | 0 | 1001 | 1010111 | 111 | 110110 | 1010110 | 110101 |
Color Harmonies of #EED820
Complementary color
Monochromatic Colors of #EED820
Black with #EED820
Text Example
Text Example
White with #EED820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED820; }
p { color: rgb(238,216,32); }
H1.HeaderClassName
{
color: #EED820;
}
.AnyTagClassName
{
color: #EED820;
}
</style>
background-color css
<style>
a { background-color: #EED820; }
a { background-color: rgb(238,216,32); }
div.DivClassName
{
background-color: #EED820;
}
.BgClassName
{
background-color: #EED820;
}
</style>
border-color css
<style>
span { border-color: #EED820; }
span { border-color: rgb(238,216,32); }
td.TdClassName
{
border-color: #EED820;
}
.TagClassName
{
border-color: #EED820;
}
</style>