Shades of Spring Sun #EBEAC4
Tints of Spring Sun #EBEAC4
RGB
CMYK
RGB Variations
Color information
#EBEAC4 (or 0xEBEAC4) is known color: Spring Sun. HEX triplet: EB, EA and C4. RGB value is (235,234,196). Sum of RGB (Red+Green+Blue) = 235+234+196=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 196 (76.95% from 255 or 29.47% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAC4 is #14153B. Grayscale: #E6E6E6. Windows color (decimal): -1316156 or 12905195. OLE color: 12905195.
HSL color Cylindrical-coordinate representation of color #EBEAC4: hue angle of 58.46º 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 #EBEAC4 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 196 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.08 |
| HSL | 58.46º | 0.49% | 0.85% | - |
| HSV(B) | 58.46º | 0.17% | 0.92% | - |
| XYZ | 73.65 | 80.49 | 63.88 | - |
| YUV | 229.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 196 | 0 | 0.00 | 0.17 | 0.08 | 58.46 | 0.49 | 0.85 |
| Hex | EB | EA | C4 | 0 | 0 | 11 | 8 | 3A | 31 | 55 |
| Octal | 353 | 352 | 304 | 0 | 0 | 21 | 10 | 72 | 61 | 125 |
| Binary | 11101011 | 11101010 | 11000100 | 0 | 0 | 10001 | 1000 | 111010 | 110001 | 1010101 |
Color Harmonies of #EBEAC4
Complementary color
Monochromatic Colors of #EBEAC4
Black with #EBEAC4
Text Example
Text Example
White with #EBEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAC4; }
p { color: rgb(235,234,196); }
H1.HeaderClassName
{
color: #EBEAC4;
}
.AnyTagClassName
{
color: #EBEAC4;
}
</style>
background-color css
<style>
a { background-color: #EBEAC4; }
a { background-color: rgb(235,234,196); }
div.DivClassName
{
background-color: #EBEAC4;
}
.BgClassName
{
background-color: #EBEAC4;
}
</style>
border-color css
<style>
span { border-color: #EBEAC4; }
span { border-color: rgb(235,234,196); }
td.TdClassName
{
border-color: #EBEAC4;
}
.TagClassName
{
border-color: #EBEAC4;
}
</style>