Shades of Broom #EED719
Tints of Broom #EED719
RGB
CMYK
RGB Variations
Color information
#EED719 (or 0xEED719) is known color: Broom. HEX triplet: EE, D7 and 19. RGB value is (238,215,25). Sum of RGB (Red+Green+Blue) = 238+215+25=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EED719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED719 is #1128E6. Grayscale: #C9C9C9. Windows color (decimal): -1124583 or 1693678. OLE color: 1693678.
HSL color Cylindrical-coordinate representation of color #EED719: hue angle of 53.52º 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 #EED719 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 25 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.07 |
| HSL | 53.52º | 0.86% | 0.52% | - |
| HSV(B) | 53.52º | 0.89% | 0.93% | - |
| XYZ | 59.74 | 66.85 | 10.67 | - |
| YUV | 200.22 | 29.12 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 25 | 0 | 0.10 | 0.89 | 0.07 | 53.52 | 0.86 | 0.52 |
| Hex | EE | D7 | 19 | 0 | A | 59 | 7 | 36 | 56 | 34 |
| Octal | 356 | 327 | 31 | 0 | 12 | 131 | 7 | 66 | 126 | 64 |
| Binary | 11101110 | 11010111 | 11001 | 0 | 1010 | 1011001 | 111 | 110110 | 1010110 | 110100 |
Color Harmonies of #EED719
Complementary color
Monochromatic Colors of #EED719
Black with #EED719
Text Example
Text Example
White with #EED719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED719; }
p { color: rgb(238,215,25); }
H1.HeaderClassName
{
color: #EED719;
}
.AnyTagClassName
{
color: #EED719;
}
</style>
background-color css
<style>
a { background-color: #EED719; }
a { background-color: rgb(238,215,25); }
div.DivClassName
{
background-color: #EED719;
}
.BgClassName
{
background-color: #EED719;
}
</style>
border-color css
<style>
span { border-color: #EED719; }
span { border-color: rgb(238,215,25); }
td.TdClassName
{
border-color: #EED719;
}
.TagClassName
{
border-color: #EED719;
}
</style>