Shades of Spring Sun #EBECCD
Tints of Spring Sun #EBECCD
RGB
CMYK
RGB Variations
Color information
#EBECCD (or 0xEBECCD) is known color: Spring Sun. HEX triplet: EB, EC and CD. RGB value is (235,236,205). Sum of RGB (Red+Green+Blue) = 235+236+205=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECCD is #141332. Grayscale: #E8E8E8. Windows color (decimal): -1315635 or 13495531. OLE color: 13495531.
HSL color Cylindrical-coordinate representation of color #EBECCD: hue angle of 61.94º 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 #EBECCD is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 205 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.07 |
| HSL | 61.94º | 0.45% | 0.86% | - |
| HSV(B) | 61.94º | 0.13% | 0.93% | - |
| XYZ | 75.28 | 82.06 | 69.63 | - |
| YUV | 232.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 205 | 0.00 | 0 | 0.13 | 0.07 | 61.94 | 0.45 | 0.86 |
| Hex | EB | EC | CD | 0 | 0 | D | 7 | 3E | 2D | 56 |
| Octal | 353 | 354 | 315 | 0 | 0 | 15 | 7 | 76 | 55 | 126 |
| Binary | 11101011 | 11101100 | 11001101 | 0 | 0 | 1101 | 111 | 111110 | 101101 | 1010110 |
Color Harmonies of #EBECCD
Complementary color
Monochromatic Colors of #EBECCD
Black with #EBECCD
Text Example
Text Example
White with #EBECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECCD; }
p { color: rgb(235,236,205); }
H1.HeaderClassName
{
color: #EBECCD;
}
.AnyTagClassName
{
color: #EBECCD;
}
</style>
background-color css
<style>
a { background-color: #EBECCD; }
a { background-color: rgb(235,236,205); }
div.DivClassName
{
background-color: #EBECCD;
}
.BgClassName
{
background-color: #EBECCD;
}
</style>
border-color css
<style>
span { border-color: #EBECCD; }
span { border-color: rgb(235,236,205); }
td.TdClassName
{
border-color: #EBECCD;
}
.TagClassName
{
border-color: #EBECCD;
}
</style>