Shades of Spring Sun #ECECCC
Tints of Spring Sun #ECECCC
RGB
CMYK
RGB Variations
Color information
#ECECCC (or 0xECECCC) is known color: Spring Sun. HEX triplet: EC, EC and CC. RGB value is (236,236,204). Sum of RGB (Red+Green+Blue) = 236+236+204=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECCC is #131333. Grayscale: #E8E8E8. Windows color (decimal): -1250100 or 13429996. OLE color: 13429996.
HSL color Cylindrical-coordinate representation of color #ECECCC: hue angle of 60º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECECCC is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 204 | - |
CMYK | 0 | 0 | 0.14 | 0.07 |
HSL | 60º | 0.46% | 0.86% | - |
HSV(B) | 60º | 0.14% | 0.93% | - |
XYZ | 75.49 | 82.18 | 69.01 | - |
YUV | 232.35 | 112 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 204 | 0 | 0 | 0.14 | 0.07 | 60 | 0.46 | 0.86 |
Hex | EC | EC | CC | 0 | 0 | E | 7 | 3C | 2E | 56 |
Octal | 354 | 354 | 314 | 0 | 0 | 16 | 7 | 74 | 56 | 126 |
Binary | 11101100 | 11101100 | 11001100 | 0 | 0 | 1110 | 111 | 111100 | 101110 | 1010110 |
Color Harmonies of #ECECCC
Complementary color
Monochromatic Colors of #ECECCC
Black with #ECECCC
Text Example
Text Example
White with #ECECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECCC; }
p { color: rgb(236,236,204); }
H1.HeaderClassName
{
color: #ECECCC;
}
.AnyTagClassName
{
color: #ECECCC;
}
</style>
background-color css
<style>
a { background-color: #ECECCC; }
a { background-color: rgb(236,236,204); }
div.DivClassName
{
background-color: #ECECCC;
}
.BgClassName
{
background-color: #ECECCC;
}
</style>
border-color css
<style>
span { border-color: #ECECCC; }
span { border-color: rgb(236,236,204); }
td.TdClassName
{
border-color: #ECECCC;
}
.TagClassName
{
border-color: #ECECCC;
}
</style>