Shades of Spring Sun #ECEAC3
Tints of Spring Sun #ECEAC3
RGB
CMYK
RGB Variations
Color information
#ECEAC3 (or 0xECEAC3) is known color: Spring Sun. HEX triplet: EC, EA and C3. RGB value is (236,234,195). Sum of RGB (Red+Green+Blue) = 236+234+195=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 195 (76.56% from 255 or 29.32% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC3 is #13153C. Grayscale: #E6E6E6. Windows color (decimal): -1250621 or 12839660. OLE color: 12839660.
HSL color Cylindrical-coordinate representation of color #ECEAC3: hue angle of 57.07º degrees, saturation: 0.52, 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 #ECEAC3 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 195 | - |
CMYK | 0 | 0.01 | 0.17 | 0.07 |
HSL | 57.07º | 0.52% | 0.85% | - |
HSV(B) | 57.07º | 0.17% | 0.93% | - |
XYZ | 73.87 | 80.62 | 63.3 | - |
YUV | 230.15 | 108.16 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 195 | 0 | 0.01 | 0.17 | 0.07 | 57.07 | 0.52 | 0.85 |
Hex | EC | EA | C3 | 0 | 1 | 11 | 7 | 39 | 34 | 55 |
Octal | 354 | 352 | 303 | 0 | 1 | 21 | 7 | 71 | 64 | 125 |
Binary | 11101100 | 11101010 | 11000011 | 0 | 1 | 10001 | 111 | 111001 | 110100 | 1010101 |
Color Harmonies of #ECEAC3
Complementary color
Monochromatic Colors of #ECEAC3
Black with #ECEAC3
Text Example
Text Example
White with #ECEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAC3; }
p { color: rgb(236,234,195); }
H1.HeaderClassName
{
color: #ECEAC3;
}
.AnyTagClassName
{
color: #ECEAC3;
}
</style>
background-color css
<style>
a { background-color: #ECEAC3; }
a { background-color: rgb(236,234,195); }
div.DivClassName
{
background-color: #ECEAC3;
}
.BgClassName
{
background-color: #ECEAC3;
}
</style>
border-color css
<style>
span { border-color: #ECEAC3; }
span { border-color: rgb(236,234,195); }
td.TdClassName
{
border-color: #ECEAC3;
}
.TagClassName
{
border-color: #ECEAC3;
}
</style>