Shades of Broom #EED710
Tints of Broom #EED710
RGB
CMYK
RGB Variations
Color information
#EED710 (or 0xEED710) is known color: Broom. HEX triplet: EE, D7 and 10. RGB value is (238,215,16). Sum of RGB (Red+Green+Blue) = 238+215+16=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EED710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED710 is #1128EF. Grayscale: #C8C8C8. Windows color (decimal): -1124592 or 1103854. OLE color: 1103854.
HSL color Cylindrical-coordinate representation of color #EED710: hue angle of 53.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EED710 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.07 |
| HSL | 53.78º | 0.87% | 0.5% | - |
| HSV(B) | 53.78º | 0.93% | 0.93% | - |
| XYZ | 59.65 | 66.82 | 10.24 | - |
| YUV | 199.19 | 24.62 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 16 | 0 | 0.10 | 0.93 | 0.07 | 53.78 | 0.87 | 0.5 |
| Hex | EE | D7 | 10 | 0 | A | 5D | 7 | 36 | 57 | 32 |
| Octal | 356 | 327 | 20 | 0 | 12 | 135 | 7 | 66 | 127 | 62 |
| Binary | 11101110 | 11010111 | 10000 | 0 | 1010 | 1011101 | 111 | 110110 | 1010111 | 110010 |
Color Harmonies of #EED710
Complementary color
Monochromatic Colors of #EED710
Black with #EED710
Text Example
Text Example
White with #EED710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED710; }
p { color: rgb(238,215,16); }
H1.HeaderClassName
{
color: #EED710;
}
.AnyTagClassName
{
color: #EED710;
}
</style>
background-color css
<style>
a { background-color: #EED710; }
a { background-color: rgb(238,215,16); }
div.DivClassName
{
background-color: #EED710;
}
.BgClassName
{
background-color: #EED710;
}
</style>
border-color css
<style>
span { border-color: #EED710; }
span { border-color: rgb(238,215,16); }
td.TdClassName
{
border-color: #EED710;
}
.TagClassName
{
border-color: #EED710;
}
</style>