Shades of Broom #EEDB19
Tints of Broom #EEDB19
RGB
CMYK
RGB Variations
Color information
#EEDB19 (or 0xEEDB19) is known color: Broom. HEX triplet: EE, DB and 19. RGB value is (238,219,25). Sum of RGB (Red+Green+Blue) = 238+219+25=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB19 is #1124E6. Grayscale: #CBCBCB. Windows color (decimal): -1123559 or 1694702. OLE color: 1694702.
HSL color Cylindrical-coordinate representation of color #EEDB19: hue angle of 54.65º 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 #EEDB19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.65º | 0.86% | 0.52% | - |
| HSV(B) | 54.65º | 0.89% | 0.93% | - |
| XYZ | 60.77 | 68.91 | 11.02 | - |
| YUV | 202.57 | 27.79 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 25 | 0 | 0.08 | 0.89 | 0.07 | 54.65 | 0.86 | 0.52 |
| Hex | EE | DB | 19 | 0 | 8 | 59 | 7 | 37 | 56 | 34 |
| Octal | 356 | 333 | 31 | 0 | 10 | 131 | 7 | 67 | 126 | 64 |
| Binary | 11101110 | 11011011 | 11001 | 0 | 1000 | 1011001 | 111 | 110111 | 1010110 | 110100 |
Color Harmonies of #EEDB19
Complementary color
Monochromatic Colors of #EEDB19
Black with #EEDB19
Text Example
Text Example
White with #EEDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB19; }
p { color: rgb(238,219,25); }
H1.HeaderClassName
{
color: #EEDB19;
}
.AnyTagClassName
{
color: #EEDB19;
}
</style>
background-color css
<style>
a { background-color: #EEDB19; }
a { background-color: rgb(238,219,25); }
div.DivClassName
{
background-color: #EEDB19;
}
.BgClassName
{
background-color: #EEDB19;
}
</style>
border-color css
<style>
span { border-color: #EEDB19; }
span { border-color: rgb(238,219,25); }
td.TdClassName
{
border-color: #EEDB19;
}
.TagClassName
{
border-color: #EEDB19;
}
</style>