Shades of Spring Sun #EEEEC2
Tints of Spring Sun #EEEEC2
RGB
CMYK
RGB Variations
Color information
#EEEEC2 (or 0xEEEEC2) is known color: Spring Sun. HEX triplet: EE, EE and C2. RGB value is (238,238,194). Sum of RGB (Red+Green+Blue) = 238+238+194=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEC2 is #11113D. Grayscale: #E9E9E9. Windows color (decimal): -1118526 or 12775150. OLE color: 12775150.
HSL color Cylindrical-coordinate representation of color #EEEEC2: hue angle of 60º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEEEC2 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 194 | - |
CMYK | 0 | 0 | 0.18 | 0.07 |
HSL | 60º | 0.56% | 0.85% | - |
HSV(B) | 60º | 0.18% | 0.93% | - |
XYZ | 75.57 | 83.22 | 63.12 | - |
YUV | 232.98 | 106 | 131.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 194 | 0 | 0 | 0.18 | 0.07 | 60 | 0.56 | 0.85 |
Hex | EE | EE | C2 | 0 | 0 | 12 | 7 | 3C | 38 | 55 |
Octal | 356 | 356 | 302 | 0 | 0 | 22 | 7 | 74 | 70 | 125 |
Binary | 11101110 | 11101110 | 11000010 | 0 | 0 | 10010 | 111 | 111100 | 111000 | 1010101 |
Color Harmonies of #EEEEC2
Complementary color
Monochromatic Colors of #EEEEC2
Black with #EEEEC2
Text Example
Text Example
White with #EEEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEC2; }
p { color: rgb(238,238,194); }
H1.HeaderClassName
{
color: #EEEEC2;
}
.AnyTagClassName
{
color: #EEEEC2;
}
</style>
background-color css
<style>
a { background-color: #EEEEC2; }
a { background-color: rgb(238,238,194); }
div.DivClassName
{
background-color: #EEEEC2;
}
.BgClassName
{
background-color: #EEEEC2;
}
</style>
border-color css
<style>
span { border-color: #EEEEC2; }
span { border-color: rgb(238,238,194); }
td.TdClassName
{
border-color: #EEEEC2;
}
.TagClassName
{
border-color: #EEEEC2;
}
</style>