Shades of Broom #EEDA19
Tints of Broom #EEDA19
RGB
CMYK
RGB Variations
Color information
#EEDA19 (or 0xEEDA19) is known color: Broom. HEX triplet: EE, DA and 19. RGB value is (238,218,25). Sum of RGB (Red+Green+Blue) = 238+218+25=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA19 is #1125E6. Grayscale: #CACACA. Windows color (decimal): -1123815 or 1694446. OLE color: 1694446.
HSL color Cylindrical-coordinate representation of color #EEDA19: hue angle of 54.37º 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 #EEDA19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.37º | 0.86% | 0.52% | - |
| HSV(B) | 54.37º | 0.89% | 0.93% | - |
| XYZ | 60.51 | 68.39 | 10.93 | - |
| YUV | 201.98 | 28.13 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 25 | 0 | 0.08 | 0.89 | 0.07 | 54.37 | 0.86 | 0.52 |
| Hex | EE | DA | 19 | 0 | 8 | 59 | 7 | 36 | 56 | 34 |
| Octal | 356 | 332 | 31 | 0 | 10 | 131 | 7 | 66 | 126 | 64 |
| Binary | 11101110 | 11011010 | 11001 | 0 | 1000 | 1011001 | 111 | 110110 | 1010110 | 110100 |
Color Harmonies of #EEDA19
Complementary color
Monochromatic Colors of #EEDA19
Black with #EEDA19
Text Example
Text Example
White with #EEDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA19; }
p { color: rgb(238,218,25); }
H1.HeaderClassName
{
color: #EEDA19;
}
.AnyTagClassName
{
color: #EEDA19;
}
</style>
background-color css
<style>
a { background-color: #EEDA19; }
a { background-color: rgb(238,218,25); }
div.DivClassName
{
background-color: #EEDA19;
}
.BgClassName
{
background-color: #EEDA19;
}
</style>
border-color css
<style>
span { border-color: #EEDA19; }
span { border-color: rgb(238,218,25); }
td.TdClassName
{
border-color: #EEDA19;
}
.TagClassName
{
border-color: #EEDA19;
}
</style>