Shades of Broom #EEDD1C
Tints of Broom #EEDD1C
RGB
CMYK
RGB Variations
Color information
#EEDD1C (or 0xEEDD1C) is known color: Broom. HEX triplet: EE, DD and 1C. RGB value is (238,221,28). Sum of RGB (Red+Green+Blue) = 238+221+28=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD1C is #1122E3. Grayscale: #CCCCCC. Windows color (decimal): -1123044 or 1891822. OLE color: 1891822.
HSL color Cylindrical-coordinate representation of color #EEDD1C: hue angle of 55.14º 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 #EEDD1C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 28 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.07 |
| HSL | 55.14º | 0.86% | 0.52% | - |
| HSV(B) | 55.14º | 0.88% | 0.93% | - |
| XYZ | 61.33 | 69.97 | 11.37 | - |
| YUV | 204.08 | 28.63 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 28 | 0 | 0.07 | 0.88 | 0.07 | 55.14 | 0.86 | 0.52 |
| Hex | EE | DD | 1C | 0 | 7 | 58 | 7 | 37 | 56 | 34 |
| Octal | 356 | 335 | 34 | 0 | 7 | 130 | 7 | 67 | 126 | 64 |
| Binary | 11101110 | 11011101 | 11100 | 0 | 111 | 1011000 | 111 | 110111 | 1010110 | 110100 |
Color Harmonies of #EEDD1C
Complementary color
Monochromatic Colors of #EEDD1C
Black with #EEDD1C
Text Example
Text Example
White with #EEDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD1C; }
p { color: rgb(238,221,28); }
H1.HeaderClassName
{
color: #EEDD1C;
}
.AnyTagClassName
{
color: #EEDD1C;
}
</style>
background-color css
<style>
a { background-color: #EEDD1C; }
a { background-color: rgb(238,221,28); }
div.DivClassName
{
background-color: #EEDD1C;
}
.BgClassName
{
background-color: #EEDD1C;
}
</style>
border-color css
<style>
span { border-color: #EEDD1C; }
span { border-color: rgb(238,221,28); }
td.TdClassName
{
border-color: #EEDD1C;
}
.TagClassName
{
border-color: #EEDD1C;
}
</style>