Shades of Broom #EED713
Tints of Broom #EED713
RGB
CMYK
RGB Variations
Color information
#EED713 (or 0xEED713) is known color: Broom. HEX triplet: EE, D7 and 13. RGB value is (238,215,19). Sum of RGB (Red+Green+Blue) = 238+215+19=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EED713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED713 is #1128EC. Grayscale: #C8C8C8. Windows color (decimal): -1124589 or 1300462. OLE color: 1300462.
HSL color Cylindrical-coordinate representation of color #EED713: hue angle of 53.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED713 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.07 |
| HSL | 53.7º | 0.87% | 0.5% | - |
| HSV(B) | 53.7º | 0.92% | 0.93% | - |
| XYZ | 59.68 | 66.83 | 10.37 | - |
| YUV | 199.53 | 26.12 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 19 | 0 | 0.10 | 0.92 | 0.07 | 53.7 | 0.87 | 0.5 |
| Hex | EE | D7 | 13 | 0 | A | 5C | 7 | 36 | 57 | 32 |
| Octal | 356 | 327 | 23 | 0 | 12 | 134 | 7 | 66 | 127 | 62 |
| Binary | 11101110 | 11010111 | 10011 | 0 | 1010 | 1011100 | 111 | 110110 | 1010111 | 110010 |
Color Harmonies of #EED713
Complementary color
Monochromatic Colors of #EED713
Black with #EED713
Text Example
Text Example
White with #EED713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED713; }
p { color: rgb(238,215,19); }
H1.HeaderClassName
{
color: #EED713;
}
.AnyTagClassName
{
color: #EED713;
}
</style>
background-color css
<style>
a { background-color: #EED713; }
a { background-color: rgb(238,215,19); }
div.DivClassName
{
background-color: #EED713;
}
.BgClassName
{
background-color: #EED713;
}
</style>
border-color css
<style>
span { border-color: #EED713; }
span { border-color: rgb(238,215,19); }
td.TdClassName
{
border-color: #EED713;
}
.TagClassName
{
border-color: #EED713;
}
</style>