Shades of Spring Sun #EBECCC
Tints of Spring Sun #EBECCC
RGB
CMYK
RGB Variations
Color information
#EBECCC (or 0xEBECCC) is known color: Spring Sun. HEX triplet: EB, EC and CC. RGB value is (235,236,204). Sum of RGB (Red+Green+Blue) = 235+236+204=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECCC is #141333. Grayscale: #E8E8E8. Windows color (decimal): -1315636 or 13429995. OLE color: 13429995.
HSL color Cylindrical-coordinate representation of color #EBECCC: hue angle of 61.88º degrees, saturation: 0.46, 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 #EBECCC is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 236 | 204 | - |
CMYK | 0.00 | 0 | 0.14 | 0.07 |
HSL | 61.88º | 0.46% | 0.86% | - |
HSV(B) | 61.88º | 0.14% | 0.93% | - |
XYZ | 75.16 | 82.01 | 69 | - |
YUV | 232.05 | 112.17 | 130.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 236 | 204 | 0.00 | 0 | 0.14 | 0.07 | 61.88 | 0.46 | 0.86 |
Hex | EB | EC | CC | 0 | 0 | E | 7 | 3E | 2E | 56 |
Octal | 353 | 354 | 314 | 0 | 0 | 16 | 7 | 76 | 56 | 126 |
Binary | 11101011 | 11101100 | 11001100 | 0 | 0 | 1110 | 111 | 111110 | 101110 | 1010110 |
Color Harmonies of #EBECCC
Complementary color
Monochromatic Colors of #EBECCC
Black with #EBECCC
Text Example
Text Example
White with #EBECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECCC; }
p { color: rgb(235,236,204); }
H1.HeaderClassName
{
color: #EBECCC;
}
.AnyTagClassName
{
color: #EBECCC;
}
</style>
background-color css
<style>
a { background-color: #EBECCC; }
a { background-color: rgb(235,236,204); }
div.DivClassName
{
background-color: #EBECCC;
}
.BgClassName
{
background-color: #EBECCC;
}
</style>
border-color css
<style>
span { border-color: #EBECCC; }
span { border-color: rgb(235,236,204); }
td.TdClassName
{
border-color: #EBECCC;
}
.TagClassName
{
border-color: #EBECCC;
}
</style>