Shades of Spring Sun #ECEBC1
Tints of Spring Sun #ECEBC1
RGB
CMYK
RGB Variations
Color information
#ECEBC1 (or 0xECEBC1) is known color: Spring Sun. HEX triplet: EC, EB and C1. RGB value is (236,235,193). Sum of RGB (Red+Green+Blue) = 236+235+193=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBC1 is #13143E. Grayscale: #E6E6E6. Windows color (decimal): -1250367 or 12708844. OLE color: 12708844.
HSL color Cylindrical-coordinate representation of color #ECEBC1: hue angle of 58.6º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECEBC1 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 193 | - |
CMYK | 0 | 0.00 | 0.18 | 0.07 |
HSL | 58.6º | 0.53% | 0.84% | - |
HSV(B) | 58.6º | 0.18% | 0.93% | - |
XYZ | 73.93 | 81.1 | 62.21 | - |
YUV | 230.51 | 106.83 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 193 | 0 | 0.00 | 0.18 | 0.07 | 58.6 | 0.53 | 0.84 |
Hex | EC | EB | C1 | 0 | 0 | 12 | 7 | 3B | 35 | 54 |
Octal | 354 | 353 | 301 | 0 | 0 | 22 | 7 | 73 | 65 | 124 |
Binary | 11101100 | 11101011 | 11000001 | 0 | 0 | 10010 | 111 | 111011 | 110101 | 1010100 |
Color Harmonies of #ECEBC1
Complementary color
Monochromatic Colors of #ECEBC1
Black with #ECEBC1
Text Example
Text Example
White with #ECEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBC1; }
p { color: rgb(236,235,193); }
H1.HeaderClassName
{
color: #ECEBC1;
}
.AnyTagClassName
{
color: #ECEBC1;
}
</style>
background-color css
<style>
a { background-color: #ECEBC1; }
a { background-color: rgb(236,235,193); }
div.DivClassName
{
background-color: #ECEBC1;
}
.BgClassName
{
background-color: #ECEBC1;
}
</style>
border-color css
<style>
span { border-color: #ECEBC1; }
span { border-color: rgb(236,235,193); }
td.TdClassName
{
border-color: #ECEBC1;
}
.TagClassName
{
border-color: #ECEBC1;
}
</style>