Shades of Spring Sun #ECEBCA
Tints of Spring Sun #ECEBCA
RGB
CMYK
RGB Variations
Color information
#ECEBCA (or 0xECEBCA) is known color: Spring Sun. HEX triplet: EC, EB and CA. RGB value is (236,235,202). Sum of RGB (Red+Green+Blue) = 236+235+202=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBCA is #131435. Grayscale: #E7E7E7. Windows color (decimal): -1250358 or 13298668. OLE color: 13298668.
HSL color Cylindrical-coordinate representation of color #ECEBCA: hue angle of 58.24º degrees, saturation: 0.47, 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 #ECEBCA is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 202 | - |
CMYK | 0 | 0.00 | 0.14 | 0.07 |
HSL | 58.24º | 0.47% | 0.86% | - |
HSV(B) | 58.24º | 0.14% | 0.93% | - |
XYZ | 74.96 | 81.51 | 67.66 | - |
YUV | 231.54 | 111.33 | 131.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 202 | 0 | 0.00 | 0.14 | 0.07 | 58.24 | 0.47 | 0.86 |
Hex | EC | EB | CA | 0 | 0 | E | 7 | 3A | 2F | 56 |
Octal | 354 | 353 | 312 | 0 | 0 | 16 | 7 | 72 | 57 | 126 |
Binary | 11101100 | 11101011 | 11001010 | 0 | 0 | 1110 | 111 | 111010 | 101111 | 1010110 |
Color Harmonies of #ECEBCA
Complementary color
Monochromatic Colors of #ECEBCA
Black with #ECEBCA
Text Example
Text Example
White with #ECEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBCA; }
p { color: rgb(236,235,202); }
H1.HeaderClassName
{
color: #ECEBCA;
}
.AnyTagClassName
{
color: #ECEBCA;
}
</style>
background-color css
<style>
a { background-color: #ECEBCA; }
a { background-color: rgb(236,235,202); }
div.DivClassName
{
background-color: #ECEBCA;
}
.BgClassName
{
background-color: #ECEBCA;
}
</style>
border-color css
<style>
span { border-color: #ECEBCA; }
span { border-color: rgb(236,235,202); }
td.TdClassName
{
border-color: #ECEBCA;
}
.TagClassName
{
border-color: #ECEBCA;
}
</style>