Shades of Spring Sun #EAEEC6
Tints of Spring Sun #EAEEC6
RGB
CMYK
RGB Variations
Color information
#EAEEC6 (or 0xEAEEC6) is known color: Spring Sun. HEX triplet: EA, EE and C6. RGB value is (234,238,198). Sum of RGB (Red+Green+Blue) = 234+238+198=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEC6 is #151139. Grayscale: #E8E8E8. Windows color (decimal): -1380666 or 13037290. OLE color: 13037290.
HSL color Cylindrical-coordinate representation of color #EAEEC6: hue angle of 66º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAEEC6 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 198 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.07 |
| HSL | 66º | 0.54% | 0.85% | - |
| HSV(B) | 66º | 0.17% | 0.93% | - |
| XYZ | 74.7 | 82.72 | 65.46 | - |
| YUV | 232.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 198 | 0.02 | 0 | 0.17 | 0.07 | 66 | 0.54 | 0.85 |
| Hex | EA | EE | C6 | 2 | 0 | 11 | 7 | 42 | 36 | 55 |
| Octal | 352 | 356 | 306 | 2 | 0 | 21 | 7 | 102 | 66 | 125 |
| Binary | 11101010 | 11101110 | 11000110 | 10 | 0 | 10001 | 111 | 1000010 | 110110 | 1010101 |
Color Harmonies of #EAEEC6
Complementary color
Monochromatic Colors of #EAEEC6
Black with #EAEEC6
Text Example
Text Example
White with #EAEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEC6; }
p { color: rgb(234,238,198); }
H1.HeaderClassName
{
color: #EAEEC6;
}
.AnyTagClassName
{
color: #EAEEC6;
}
</style>
background-color css
<style>
a { background-color: #EAEEC6; }
a { background-color: rgb(234,238,198); }
div.DivClassName
{
background-color: #EAEEC6;
}
.BgClassName
{
background-color: #EAEEC6;
}
</style>
border-color css
<style>
span { border-color: #EAEEC6; }
span { border-color: rgb(234,238,198); }
td.TdClassName
{
border-color: #EAEEC6;
}
.TagClassName
{
border-color: #EAEEC6;
}
</style>