Shades of Spring Sun #EBEAC2
Tints of Spring Sun #EBEAC2
RGB
CMYK
RGB Variations
Color information
#EBEAC2 (or 0xEBEAC2) is known color: Spring Sun. HEX triplet: EB, EA and C2. RGB value is (235,234,194). Sum of RGB (Red+Green+Blue) = 235+234+194=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 194 (76.17% from 255 or 29.26% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAC2 is #14153D. Grayscale: #E5E5E5. Windows color (decimal): -1316158 or 12774123. OLE color: 12774123.
HSL color Cylindrical-coordinate representation of color #EBEAC2: hue angle of 58.54º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBEAC2 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 194 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.08 |
| HSL | 58.54º | 0.51% | 0.84% | - |
| HSV(B) | 58.54º | 0.17% | 0.92% | - |
| XYZ | 73.42 | 80.4 | 62.69 | - |
| YUV | 229.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 194 | 0 | 0.00 | 0.17 | 0.08 | 58.54 | 0.51 | 0.84 |
| Hex | EB | EA | C2 | 0 | 0 | 11 | 8 | 3B | 33 | 54 |
| Octal | 353 | 352 | 302 | 0 | 0 | 21 | 10 | 73 | 63 | 124 |
| Binary | 11101011 | 11101010 | 11000010 | 0 | 0 | 10001 | 1000 | 111011 | 110011 | 1010100 |
Color Harmonies of #EBEAC2
Complementary color
Monochromatic Colors of #EBEAC2
Black with #EBEAC2
Text Example
Text Example
White with #EBEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAC2; }
p { color: rgb(235,234,194); }
H1.HeaderClassName
{
color: #EBEAC2;
}
.AnyTagClassName
{
color: #EBEAC2;
}
</style>
background-color css
<style>
a { background-color: #EBEAC2; }
a { background-color: rgb(235,234,194); }
div.DivClassName
{
background-color: #EBEAC2;
}
.BgClassName
{
background-color: #EBEAC2;
}
</style>
border-color css
<style>
span { border-color: #EBEAC2; }
span { border-color: rgb(235,234,194); }
td.TdClassName
{
border-color: #EBEAC2;
}
.TagClassName
{
border-color: #EBEAC2;
}
</style>