Shades of Broom #EED619
Tints of Broom #EED619
RGB
CMYK
RGB Variations
Color information
#EED619 (or 0xEED619) is known color: Broom. HEX triplet: EE, D6 and 19. RGB value is (238,214,25). Sum of RGB (Red+Green+Blue) = 238+214+25=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EED619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED619 is #1129E6. Grayscale: #C8C8C8. Windows color (decimal): -1124839 or 1693422. OLE color: 1693422.
HSL color Cylindrical-coordinate representation of color #EED619: hue angle of 53.24º 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 #EED619 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 25 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.07 |
| HSL | 53.24º | 0.86% | 0.52% | - |
| HSV(B) | 53.24º | 0.89% | 0.93% | - |
| XYZ | 59.48 | 66.34 | 10.59 | - |
| YUV | 199.63 | 29.45 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 25 | 0 | 0.10 | 0.89 | 0.07 | 53.24 | 0.86 | 0.52 |
| Hex | EE | D6 | 19 | 0 | A | 59 | 7 | 35 | 56 | 34 |
| Octal | 356 | 326 | 31 | 0 | 12 | 131 | 7 | 65 | 126 | 64 |
| Binary | 11101110 | 11010110 | 11001 | 0 | 1010 | 1011001 | 111 | 110101 | 1010110 | 110100 |
Color Harmonies of #EED619
Complementary color
Monochromatic Colors of #EED619
Black with #EED619
Text Example
Text Example
White with #EED619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED619; }
p { color: rgb(238,214,25); }
H1.HeaderClassName
{
color: #EED619;
}
.AnyTagClassName
{
color: #EED619;
}
</style>
background-color css
<style>
a { background-color: #EED619; }
a { background-color: rgb(238,214,25); }
div.DivClassName
{
background-color: #EED619;
}
.BgClassName
{
background-color: #EED619;
}
</style>
border-color css
<style>
span { border-color: #EED619; }
span { border-color: rgb(238,214,25); }
td.TdClassName
{
border-color: #EED619;
}
.TagClassName
{
border-color: #EED619;
}
</style>