Shades of Broom #EEDE1C
Tints of Broom #EEDE1C
RGB
CMYK
RGB Variations
Color information
#EEDE1C (or 0xEEDE1C) is known color: Broom. HEX triplet: EE, DE and 1C. RGB value is (238,222,28). Sum of RGB (Red+Green+Blue) = 238+222+28=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE1C is #1121E3. Grayscale: #CDCDCD. Windows color (decimal): -1122788 or 1892078. OLE color: 1892078.
HSL color Cylindrical-coordinate representation of color #EEDE1C: hue angle of 55.43º 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 #EEDE1C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 28 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.07 |
| HSL | 55.43º | 0.86% | 0.52% | - |
| HSV(B) | 55.43º | 0.88% | 0.93% | - |
| XYZ | 61.59 | 70.5 | 11.46 | - |
| YUV | 204.67 | 28.3 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 28 | 0 | 0.07 | 0.88 | 0.07 | 55.43 | 0.86 | 0.52 |
| Hex | EE | DE | 1C | 0 | 7 | 58 | 7 | 37 | 56 | 34 |
| Octal | 356 | 336 | 34 | 0 | 7 | 130 | 7 | 67 | 126 | 64 |
| Binary | 11101110 | 11011110 | 11100 | 0 | 111 | 1011000 | 111 | 110111 | 1010110 | 110100 |
Color Harmonies of #EEDE1C
Complementary color
Monochromatic Colors of #EEDE1C
Black with #EEDE1C
Text Example
Text Example
White with #EEDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE1C; }
p { color: rgb(238,222,28); }
H1.HeaderClassName
{
color: #EEDE1C;
}
.AnyTagClassName
{
color: #EEDE1C;
}
</style>
background-color css
<style>
a { background-color: #EEDE1C; }
a { background-color: rgb(238,222,28); }
div.DivClassName
{
background-color: #EEDE1C;
}
.BgClassName
{
background-color: #EEDE1C;
}
</style>
border-color css
<style>
span { border-color: #EEDE1C; }
span { border-color: rgb(238,222,28); }
td.TdClassName
{
border-color: #EEDE1C;
}
.TagClassName
{
border-color: #EEDE1C;
}
</style>