Shades of Spring Sun #EEEECD
Tints of Spring Sun #EEEECD
RGB
CMYK
RGB Variations
Color information
#EEEECD (or 0xEEEECD) is known color: Spring Sun. HEX triplet: EE, EE and CD. RGB value is (238,238,205). Sum of RGB (Red+Green+Blue) = 238+238+205=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEECD is #111132. Grayscale: #EAEAEA. Windows color (decimal): -1118515 or 13496046. OLE color: 13496046.
HSL color Cylindrical-coordinate representation of color #EEEECD: hue angle of 60º degrees, saturation: 0.49, 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 #EEEECD is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 205 | - |
| CMYK | 0 | 0 | 0.14 | 0.07 |
| HSL | 60º | 0.49% | 0.87% | - |
| HSV(B) | 60º | 0.14% | 0.93% | - |
| XYZ | 76.85 | 83.73 | 69.87 | - |
| YUV | 234.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 205 | 0 | 0 | 0.14 | 0.07 | 60 | 0.49 | 0.87 |
| Hex | EE | EE | CD | 0 | 0 | E | 7 | 3C | 31 | 57 |
| Octal | 356 | 356 | 315 | 0 | 0 | 16 | 7 | 74 | 61 | 127 |
| Binary | 11101110 | 11101110 | 11001101 | 0 | 0 | 1110 | 111 | 111100 | 110001 | 1010111 |
Color Harmonies of #EEEECD
Complementary color
Monochromatic Colors of #EEEECD
Black with #EEEECD
Text Example
Text Example
White with #EEEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEECD; }
p { color: rgb(238,238,205); }
H1.HeaderClassName
{
color: #EEEECD;
}
.AnyTagClassName
{
color: #EEEECD;
}
</style>
background-color css
<style>
a { background-color: #EEEECD; }
a { background-color: rgb(238,238,205); }
div.DivClassName
{
background-color: #EEEECD;
}
.BgClassName
{
background-color: #EEEECD;
}
</style>
border-color css
<style>
span { border-color: #EEEECD; }
span { border-color: rgb(238,238,205); }
td.TdClassName
{
border-color: #EEEECD;
}
.TagClassName
{
border-color: #EEEECD;
}
</style>