Shades of Broom #EED920
Tints of Broom #EED920
RGB
CMYK
RGB Variations
Color information
#EED920 (or 0xEED920) is known color: Broom. HEX triplet: EE, D9 and 20. RGB value is (238,217,32). Sum of RGB (Red+Green+Blue) = 238+217+32=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EED920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED920 is #1126DF. Grayscale: #CACACA. Windows color (decimal): -1124064 or 2152942. OLE color: 2152942.
HSL color Cylindrical-coordinate representation of color #EED920: hue angle of 53.88º 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 #EED920 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 32 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.07 |
| HSL | 53.88º | 0.86% | 0.53% | - |
| HSV(B) | 53.88º | 0.87% | 0.93% | - |
| XYZ | 60.33 | 67.91 | 11.29 | - |
| YUV | 202.19 | 31.96 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 32 | 0 | 0.09 | 0.87 | 0.07 | 53.88 | 0.86 | 0.53 |
| Hex | EE | D9 | 20 | 0 | 9 | 57 | 7 | 36 | 56 | 35 |
| Octal | 356 | 331 | 40 | 0 | 11 | 127 | 7 | 66 | 126 | 65 |
| Binary | 11101110 | 11011001 | 100000 | 0 | 1001 | 1010111 | 111 | 110110 | 1010110 | 110101 |
Color Harmonies of #EED920
Complementary color
Monochromatic Colors of #EED920
Black with #EED920
Text Example
Text Example
White with #EED920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED920; }
p { color: rgb(238,217,32); }
H1.HeaderClassName
{
color: #EED920;
}
.AnyTagClassName
{
color: #EED920;
}
</style>
background-color css
<style>
a { background-color: #EED920; }
a { background-color: rgb(238,217,32); }
div.DivClassName
{
background-color: #EED920;
}
.BgClassName
{
background-color: #EED920;
}
</style>
border-color css
<style>
span { border-color: #EED920; }
span { border-color: rgb(238,217,32); }
td.TdClassName
{
border-color: #EED920;
}
.TagClassName
{
border-color: #EED920;
}
</style>