Shades of Broom #EED513
Tints of Broom #EED513
RGB
CMYK
RGB Variations
Color information
#EED513 (or 0xEED513) is known color: Broom. HEX triplet: EE, D5 and 13. RGB value is (238,213,19). Sum of RGB (Red+Green+Blue) = 238+213+19=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EED513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED513 is #112AEC. Grayscale: #C7C7C7. Windows color (decimal): -1125101 or 1299950. OLE color: 1299950.
HSL color Cylindrical-coordinate representation of color #EED513: hue angle of 53.15º 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 #EED513 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 53.15º | 0.87% | 0.5% | - |
| HSV(B) | 53.15º | 0.92% | 0.93% | - |
| XYZ | 59.17 | 65.81 | 10.2 | - |
| YUV | 198.36 | 26.78 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 19 | 0 | 0.11 | 0.92 | 0.07 | 53.15 | 0.87 | 0.5 |
| Hex | EE | D5 | 13 | 0 | B | 5C | 7 | 35 | 57 | 32 |
| Octal | 356 | 325 | 23 | 0 | 13 | 134 | 7 | 65 | 127 | 62 |
| Binary | 11101110 | 11010101 | 10011 | 0 | 1011 | 1011100 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EED513
Complementary color
Monochromatic Colors of #EED513
Black with #EED513
Text Example
Text Example
White with #EED513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED513; }
p { color: rgb(238,213,19); }
H1.HeaderClassName
{
color: #EED513;
}
.AnyTagClassName
{
color: #EED513;
}
</style>
background-color css
<style>
a { background-color: #EED513; }
a { background-color: rgb(238,213,19); }
div.DivClassName
{
background-color: #EED513;
}
.BgClassName
{
background-color: #EED513;
}
</style>
border-color css
<style>
span { border-color: #EED513; }
span { border-color: rgb(238,213,19); }
td.TdClassName
{
border-color: #EED513;
}
.TagClassName
{
border-color: #EED513;
}
</style>