Shades of Spring Sun #EBEDCB
Tints of Spring Sun #EBEDCB
RGB
CMYK
RGB Variations
Color information
#EBEDCB (or 0xEBEDCB) is known color: Spring Sun. HEX triplet: EB, ED and CB. RGB value is (235,237,203). Sum of RGB (Red+Green+Blue) = 235+237+203=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDCB is #141234. Grayscale: #E8E8E8. Windows color (decimal): -1315381 or 13364715. OLE color: 13364715.
HSL color Cylindrical-coordinate representation of color #EBEDCB: hue angle of 63.53º degrees, saturation: 0.49, 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 #EBEDCB is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 203 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.07 |
| HSL | 63.53º | 0.49% | 0.86% | - |
| HSV(B) | 63.53º | 0.14% | 0.93% | - |
| XYZ | 75.32 | 82.54 | 68.46 | - |
| YUV | 232.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 203 | 0.01 | 0 | 0.14 | 0.07 | 63.53 | 0.49 | 0.86 |
| Hex | EB | ED | CB | 1 | 0 | E | 7 | 40 | 31 | 56 |
| Octal | 353 | 355 | 313 | 1 | 0 | 16 | 7 | 100 | 61 | 126 |
| Binary | 11101011 | 11101101 | 11001011 | 1 | 0 | 1110 | 111 | 1000000 | 110001 | 1010110 |
Color Harmonies of #EBEDCB
Complementary color
Monochromatic Colors of #EBEDCB
Black with #EBEDCB
Text Example
Text Example
White with #EBEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDCB; }
p { color: rgb(235,237,203); }
H1.HeaderClassName
{
color: #EBEDCB;
}
.AnyTagClassName
{
color: #EBEDCB;
}
</style>
background-color css
<style>
a { background-color: #EBEDCB; }
a { background-color: rgb(235,237,203); }
div.DivClassName
{
background-color: #EBEDCB;
}
.BgClassName
{
background-color: #EBEDCB;
}
</style>
border-color css
<style>
span { border-color: #EBEDCB; }
span { border-color: rgb(235,237,203); }
td.TdClassName
{
border-color: #EBEDCB;
}
.TagClassName
{
border-color: #EBEDCB;
}
</style>