Shades of Broom #EED20F
Tints of Broom #EED20F
RGB
CMYK
RGB Variations
Color information
#EED20F (or 0xEED20F) is known color: Broom. HEX triplet: EE, D2 and 0F. RGB value is (238,210,15). Sum of RGB (Red+Green+Blue) = 238+210+15=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EED20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED20F is #112DF0. Grayscale: #C4C4C4. Windows color (decimal): -1125873 or 1037038. OLE color: 1037038.
HSL color Cylindrical-coordinate representation of color #EED20F: hue angle of 52.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED20F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.07 |
| HSL | 52.47º | 0.88% | 0.5% | - |
| HSV(B) | 52.47º | 0.94% | 0.93% | - |
| XYZ | 58.39 | 64.3 | 9.79 | - |
| YUV | 196.14 | 25.78 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 15 | 0 | 0.12 | 0.94 | 0.07 | 52.47 | 0.88 | 0.5 |
| Hex | EE | D2 | F | 0 | C | 5E | 7 | 34 | 58 | 32 |
| Octal | 356 | 322 | 17 | 0 | 14 | 136 | 7 | 64 | 130 | 62 |
| Binary | 11101110 | 11010010 | 1111 | 0 | 1100 | 1011110 | 111 | 110100 | 1011000 | 110010 |
Color Harmonies of #EED20F
Complementary color
Monochromatic Colors of #EED20F
Black with #EED20F
Text Example
Text Example
White with #EED20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED20F; }
p { color: rgb(238,210,15); }
H1.HeaderClassName
{
color: #EED20F;
}
.AnyTagClassName
{
color: #EED20F;
}
</style>
background-color css
<style>
a { background-color: #EED20F; }
a { background-color: rgb(238,210,15); }
div.DivClassName
{
background-color: #EED20F;
}
.BgClassName
{
background-color: #EED20F;
}
</style>
border-color css
<style>
span { border-color: #EED20F; }
span { border-color: rgb(238,210,15); }
td.TdClassName
{
border-color: #EED20F;
}
.TagClassName
{
border-color: #EED20F;
}
</style>