Shades of Broom #EED519
Tints of Broom #EED519
RGB
CMYK
RGB Variations
Color information
#EED519 (or 0xEED519) is known color: Broom. HEX triplet: EE, D5 and 19. RGB value is (238,213,25). Sum of RGB (Red+Green+Blue) = 238+213+25=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EED519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED519 is #112AE6. Grayscale: #C7C7C7. Windows color (decimal): -1125095 or 1693166. OLE color: 1693166.
HSL color Cylindrical-coordinate representation of color #EED519: hue angle of 52.96º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EED519 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 25 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.96º | 0.86% | 0.52% | - |
| HSV(B) | 52.96º | 0.89% | 0.93% | - |
| XYZ | 59.23 | 65.84 | 10.51 | - |
| YUV | 199.04 | 29.78 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 25 | 0 | 0.11 | 0.89 | 0.07 | 52.96 | 0.86 | 0.52 |
| Hex | EE | D5 | 19 | 0 | B | 59 | 7 | 35 | 56 | 34 |
| Octal | 356 | 325 | 31 | 0 | 13 | 131 | 7 | 65 | 126 | 64 |
| Binary | 11101110 | 11010101 | 11001 | 0 | 1011 | 1011001 | 111 | 110101 | 1010110 | 110100 |
Color Harmonies of #EED519
Complementary color
Monochromatic Colors of #EED519
Black with #EED519
Text Example
Text Example
White with #EED519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED519; }
p { color: rgb(238,213,25); }
H1.HeaderClassName
{
color: #EED519;
}
.AnyTagClassName
{
color: #EED519;
}
</style>
background-color css
<style>
a { background-color: #EED519; }
a { background-color: rgb(238,213,25); }
div.DivClassName
{
background-color: #EED519;
}
.BgClassName
{
background-color: #EED519;
}
</style>
border-color css
<style>
span { border-color: #EED519; }
span { border-color: rgb(238,213,25); }
td.TdClassName
{
border-color: #EED519;
}
.TagClassName
{
border-color: #EED519;
}
</style>