Shades of Broom #EEDD1D
Tints of Broom #EEDD1D
RGB
CMYK
RGB Variations
Color information
#EEDD1D (or 0xEEDD1D) is known color: Broom. HEX triplet: EE, DD and 1D. RGB value is (238,221,29). Sum of RGB (Red+Green+Blue) = 238+221+29=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD1D is #1122E2. Grayscale: #CCCCCC. Windows color (decimal): -1123043 or 1957358. OLE color: 1957358.
HSL color Cylindrical-coordinate representation of color #EEDD1D: hue angle of 55.12º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEDD1D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 29 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.07 |
| HSL | 55.12º | 0.86% | 0.52% | - |
| HSV(B) | 55.12º | 0.88% | 0.93% | - |
| XYZ | 61.34 | 69.98 | 11.44 | - |
| YUV | 204.2 | 29.13 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 29 | 0 | 0.07 | 0.88 | 0.07 | 55.12 | 0.86 | 0.52 |
| Hex | EE | DD | 1D | 0 | 7 | 58 | 7 | 37 | 56 | 34 |
| Octal | 356 | 335 | 35 | 0 | 7 | 130 | 7 | 67 | 126 | 64 |
| Binary | 11101110 | 11011101 | 11101 | 0 | 111 | 1011000 | 111 | 110111 | 1010110 | 110100 |
Color Harmonies of #EEDD1D
Complementary color
Monochromatic Colors of #EEDD1D
Black with #EEDD1D
Text Example
Text Example
White with #EEDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD1D; }
p { color: rgb(238,221,29); }
H1.HeaderClassName
{
color: #EEDD1D;
}
.AnyTagClassName
{
color: #EEDD1D;
}
</style>
background-color css
<style>
a { background-color: #EEDD1D; }
a { background-color: rgb(238,221,29); }
div.DivClassName
{
background-color: #EEDD1D;
}
.BgClassName
{
background-color: #EEDD1D;
}
</style>
border-color css
<style>
span { border-color: #EEDD1D; }
span { border-color: rgb(238,221,29); }
td.TdClassName
{
border-color: #EEDD1D;
}
.TagClassName
{
border-color: #EEDD1D;
}
</style>