Shades of Broom #EED819
Tints of Broom #EED819
RGB
CMYK
RGB Variations
Color information
#EED819 (or 0xEED819) is known color: Broom. HEX triplet: EE, D8 and 19. RGB value is (238,216,25). Sum of RGB (Red+Green+Blue) = 238+216+25=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EED819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED819 is #1127E6. Grayscale: #C9C9C9. Windows color (decimal): -1124327 or 1693934. OLE color: 1693934.
HSL color Cylindrical-coordinate representation of color #EED819: hue angle of 53.8º 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 #EED819 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.07 |
| HSL | 53.8º | 0.86% | 0.52% | - |
| HSV(B) | 53.8º | 0.89% | 0.93% | - |
| XYZ | 59.99 | 67.36 | 10.76 | - |
| YUV | 200.8 | 28.79 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 25 | 0 | 0.09 | 0.89 | 0.07 | 53.8 | 0.86 | 0.52 |
| Hex | EE | D8 | 19 | 0 | 9 | 59 | 7 | 36 | 56 | 34 |
| Octal | 356 | 330 | 31 | 0 | 11 | 131 | 7 | 66 | 126 | 64 |
| Binary | 11101110 | 11011000 | 11001 | 0 | 1001 | 1011001 | 111 | 110110 | 1010110 | 110100 |
Color Harmonies of #EED819
Complementary color
Monochromatic Colors of #EED819
Black with #EED819
Text Example
Text Example
White with #EED819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED819; }
p { color: rgb(238,216,25); }
H1.HeaderClassName
{
color: #EED819;
}
.AnyTagClassName
{
color: #EED819;
}
</style>
background-color css
<style>
a { background-color: #EED819; }
a { background-color: rgb(238,216,25); }
div.DivClassName
{
background-color: #EED819;
}
.BgClassName
{
background-color: #EED819;
}
</style>
border-color css
<style>
span { border-color: #EED819; }
span { border-color: rgb(238,216,25); }
td.TdClassName
{
border-color: #EED819;
}
.TagClassName
{
border-color: #EED819;
}
</style>