Shades of Spring Sun #EBEBC4
Tints of Spring Sun #EBEBC4
RGB
CMYK
RGB Variations
Color information
#EBEBC4 (or 0xEBEBC4) is known color: Spring Sun. HEX triplet: EB, EB and C4. RGB value is (235,235,196). Sum of RGB (Red+Green+Blue) = 235+235+196=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBC4 is #14143B. Grayscale: #E6E6E6. Windows color (decimal): -1315900 or 12905451. OLE color: 12905451.
HSL color Cylindrical-coordinate representation of color #EBEBC4: hue angle of 60º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBEBC4 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 196 | - |
| CMYK | 0 | 0 | 0.17 | 0.08 |
| HSL | 60º | 0.49% | 0.85% | - |
| HSV(B) | 60º | 0.17% | 0.92% | - |
| XYZ | 73.93 | 81.06 | 63.97 | - |
| YUV | 230.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 196 | 0 | 0 | 0.17 | 0.08 | 60 | 0.49 | 0.85 |
| Hex | EB | EB | C4 | 0 | 0 | 11 | 8 | 3C | 31 | 55 |
| Octal | 353 | 353 | 304 | 0 | 0 | 21 | 10 | 74 | 61 | 125 |
| Binary | 11101011 | 11101011 | 11000100 | 0 | 0 | 10001 | 1000 | 111100 | 110001 | 1010101 |
Color Harmonies of #EBEBC4
Complementary color
Monochromatic Colors of #EBEBC4
Black with #EBEBC4
Text Example
Text Example
White with #EBEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBC4; }
p { color: rgb(235,235,196); }
H1.HeaderClassName
{
color: #EBEBC4;
}
.AnyTagClassName
{
color: #EBEBC4;
}
</style>
background-color css
<style>
a { background-color: #EBEBC4; }
a { background-color: rgb(235,235,196); }
div.DivClassName
{
background-color: #EBEBC4;
}
.BgClassName
{
background-color: #EBEBC4;
}
</style>
border-color css
<style>
span { border-color: #EBEBC4; }
span { border-color: rgb(235,235,196); }
td.TdClassName
{
border-color: #EBEBC4;
}
.TagClassName
{
border-color: #EBEBC4;
}
</style>