Shades of Spring Sun #EBEACC
Tints of Spring Sun #EBEACC
RGB
CMYK
RGB Variations
Color information
#EBEACC (or 0xEBEACC) is known color: Spring Sun. HEX triplet: EB, EA and CC. RGB value is (235,234,204). Sum of RGB (Red+Green+Blue) = 235+234+204=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEACC is #141533. Grayscale: #E7E7E7. Windows color (decimal): -1316148 or 13429483. OLE color: 13429483.
HSL color Cylindrical-coordinate representation of color #EBEACC: hue angle of 58.06º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBEACC is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 204 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.08 |
| HSL | 58.06º | 0.44% | 0.86% | - |
| HSV(B) | 58.06º | 0.13% | 0.92% | - |
| XYZ | 74.58 | 80.87 | 68.8 | - |
| YUV | 230.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 204 | 0 | 0.00 | 0.13 | 0.08 | 58.06 | 0.44 | 0.86 |
| Hex | EB | EA | CC | 0 | 0 | D | 8 | 3A | 2C | 56 |
| Octal | 353 | 352 | 314 | 0 | 0 | 15 | 10 | 72 | 54 | 126 |
| Binary | 11101011 | 11101010 | 11001100 | 0 | 0 | 1101 | 1000 | 111010 | 101100 | 1010110 |
Color Harmonies of #EBEACC
Complementary color
Monochromatic Colors of #EBEACC
Black with #EBEACC
Text Example
Text Example
White with #EBEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEACC; }
p { color: rgb(235,234,204); }
H1.HeaderClassName
{
color: #EBEACC;
}
.AnyTagClassName
{
color: #EBEACC;
}
</style>
background-color css
<style>
a { background-color: #EBEACC; }
a { background-color: rgb(235,234,204); }
div.DivClassName
{
background-color: #EBEACC;
}
.BgClassName
{
background-color: #EBEACC;
}
</style>
border-color css
<style>
span { border-color: #EBEACC; }
span { border-color: rgb(235,234,204); }
td.TdClassName
{
border-color: #EBEACC;
}
.TagClassName
{
border-color: #EBEACC;
}
</style>