Shades of Spring Sun #EEEECC
Tints of Spring Sun #EEEECC
RGB
CMYK
RGB Variations
Color information
#EEEECC (or 0xEEEECC) is known color: Spring Sun. HEX triplet: EE, EE and CC. RGB value is (238,238,204). Sum of RGB (Red+Green+Blue) = 238+238+204=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEECC is #111133. Grayscale: #EAEAEA. Windows color (decimal): -1118516 or 13430510. OLE color: 13430510.
HSL color Cylindrical-coordinate representation of color #EEEECC: hue angle of 60º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEEECC is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 204 | - |
| CMYK | 0 | 0 | 0.14 | 0.07 |
| HSL | 60º | 0.5% | 0.87% | - |
| HSV(B) | 60º | 0.14% | 0.93% | - |
| XYZ | 76.73 | 83.69 | 69.24 | - |
| YUV | 234.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 204 | 0 | 0 | 0.14 | 0.07 | 60 | 0.5 | 0.87 |
| Hex | EE | EE | CC | 0 | 0 | E | 7 | 3C | 32 | 57 |
| Octal | 356 | 356 | 314 | 0 | 0 | 16 | 7 | 74 | 62 | 127 |
| Binary | 11101110 | 11101110 | 11001100 | 0 | 0 | 1110 | 111 | 111100 | 110010 | 1010111 |
Color Harmonies of #EEEECC
Complementary color
Monochromatic Colors of #EEEECC
Black with #EEEECC
Text Example
Text Example
White with #EEEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEECC; }
p { color: rgb(238,238,204); }
H1.HeaderClassName
{
color: #EEEECC;
}
.AnyTagClassName
{
color: #EEEECC;
}
</style>
background-color css
<style>
a { background-color: #EEEECC; }
a { background-color: rgb(238,238,204); }
div.DivClassName
{
background-color: #EEEECC;
}
.BgClassName
{
background-color: #EEEECC;
}
</style>
border-color css
<style>
span { border-color: #EEEECC; }
span { border-color: rgb(238,238,204); }
td.TdClassName
{
border-color: #EEEECC;
}
.TagClassName
{
border-color: #EEEECC;
}
</style>