Shades of Broom #EED919
Tints of Broom #EED919
RGB
CMYK
RGB Variations
Color information
#EED919 (or 0xEED919) is known color: Broom. HEX triplet: EE, D9 and 19. RGB value is (238,217,25). Sum of RGB (Red+Green+Blue) = 238+217+25=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EED919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED919 is #1126E6. Grayscale: #CACACA. Windows color (decimal): -1124071 or 1694190. OLE color: 1694190.
HSL color Cylindrical-coordinate representation of color #EED919: hue angle of 54.08º 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 #EED919 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.07 |
| HSL | 54.08º | 0.86% | 0.52% | - |
| HSV(B) | 54.08º | 0.89% | 0.93% | - |
| XYZ | 60.25 | 67.87 | 10.85 | - |
| YUV | 201.39 | 28.46 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 25 | 0 | 0.09 | 0.89 | 0.07 | 54.08 | 0.86 | 0.52 |
| Hex | EE | D9 | 19 | 0 | 9 | 59 | 7 | 36 | 56 | 34 |
| Octal | 356 | 331 | 31 | 0 | 11 | 131 | 7 | 66 | 126 | 64 |
| Binary | 11101110 | 11011001 | 11001 | 0 | 1001 | 1011001 | 111 | 110110 | 1010110 | 110100 |
Color Harmonies of #EED919
Complementary color
Monochromatic Colors of #EED919
Black with #EED919
Text Example
Text Example
White with #EED919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED919; }
p { color: rgb(238,217,25); }
H1.HeaderClassName
{
color: #EED919;
}
.AnyTagClassName
{
color: #EED919;
}
</style>
background-color css
<style>
a { background-color: #EED919; }
a { background-color: rgb(238,217,25); }
div.DivClassName
{
background-color: #EED919;
}
.BgClassName
{
background-color: #EED919;
}
</style>
border-color css
<style>
span { border-color: #EED919; }
span { border-color: rgb(238,217,25); }
td.TdClassName
{
border-color: #EED919;
}
.TagClassName
{
border-color: #EED919;
}
</style>