Shades of Spring Sun #ECEBCD
Tints of Spring Sun #ECEBCD
RGB
CMYK
RGB Variations
Color information
#ECEBCD (or 0xECEBCD) is known color: Spring Sun. HEX triplet: EC, EB and CD. RGB value is (236,235,205). Sum of RGB (Red+Green+Blue) = 236+235+205=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBCD is #131432. Grayscale: #E8E8E8. Windows color (decimal): -1250355 or 13495276. OLE color: 13495276.
HSL color Cylindrical-coordinate representation of color #ECEBCD: hue angle of 58.06º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECEBCD is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 205 | - |
CMYK | 0 | 0.00 | 0.13 | 0.07 |
HSL | 58.06º | 0.45% | 0.86% | - |
HSV(B) | 58.06º | 0.13% | 0.93% | - |
XYZ | 75.32 | 81.66 | 69.55 | - |
YUV | 231.88 | 112.83 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 205 | 0 | 0.00 | 0.13 | 0.07 | 58.06 | 0.45 | 0.86 |
Hex | EC | EB | CD | 0 | 0 | D | 7 | 3A | 2D | 56 |
Octal | 354 | 353 | 315 | 0 | 0 | 15 | 7 | 72 | 55 | 126 |
Binary | 11101100 | 11101011 | 11001101 | 0 | 0 | 1101 | 111 | 111010 | 101101 | 1010110 |
Color Harmonies of #ECEBCD
Complementary color
Monochromatic Colors of #ECEBCD
Black with #ECEBCD
Text Example
Text Example
White with #ECEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBCD; }
p { color: rgb(236,235,205); }
H1.HeaderClassName
{
color: #ECEBCD;
}
.AnyTagClassName
{
color: #ECEBCD;
}
</style>
background-color css
<style>
a { background-color: #ECEBCD; }
a { background-color: rgb(236,235,205); }
div.DivClassName
{
background-color: #ECEBCD;
}
.BgClassName
{
background-color: #ECEBCD;
}
</style>
border-color css
<style>
span { border-color: #ECEBCD; }
span { border-color: rgb(236,235,205); }
td.TdClassName
{
border-color: #ECEBCD;
}
.TagClassName
{
border-color: #ECEBCD;
}
</style>