Shades of Spring Sun #EAEBC1
Tints of Spring Sun #EAEBC1
RGB
CMYK
RGB Variations
Color information
#EAEBC1 (or 0xEAEBC1) is known color: Spring Sun. HEX triplet: EA, EB and C1. RGB value is (234,235,193). Sum of RGB (Red+Green+Blue) = 234+235+193=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 193 (75.78% from 255 or 29.15% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBC1 is #15143E. Grayscale: #E6E6E6. Windows color (decimal): -1381439 or 12708842. OLE color: 12708842.
HSL color Cylindrical-coordinate representation of color #EAEBC1: hue angle of 61.43º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAEBC1 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 193 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.08 |
| HSL | 61.43º | 0.51% | 0.84% | - |
| HSV(B) | 61.43º | 0.18% | 0.92% | - |
| XYZ | 73.27 | 80.76 | 62.18 | - |
| YUV | 229.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 193 | 0.00 | 0 | 0.18 | 0.08 | 61.43 | 0.51 | 0.84 |
| Hex | EA | EB | C1 | 0 | 0 | 12 | 8 | 3D | 33 | 54 |
| Octal | 352 | 353 | 301 | 0 | 0 | 22 | 10 | 75 | 63 | 124 |
| Binary | 11101010 | 11101011 | 11000001 | 0 | 0 | 10010 | 1000 | 111101 | 110011 | 1010100 |
Color Harmonies of #EAEBC1
Complementary color
Monochromatic Colors of #EAEBC1
Black with #EAEBC1
Text Example
Text Example
White with #EAEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBC1; }
p { color: rgb(234,235,193); }
H1.HeaderClassName
{
color: #EAEBC1;
}
.AnyTagClassName
{
color: #EAEBC1;
}
</style>
background-color css
<style>
a { background-color: #EAEBC1; }
a { background-color: rgb(234,235,193); }
div.DivClassName
{
background-color: #EAEBC1;
}
.BgClassName
{
background-color: #EAEBC1;
}
</style>
border-color css
<style>
span { border-color: #EAEBC1; }
span { border-color: rgb(234,235,193); }
td.TdClassName
{
border-color: #EAEBC1;
}
.TagClassName
{
border-color: #EAEBC1;
}
</style>