Shades of Aqua Spring #EAEFE9
Tints of Aqua Spring #EAEFE9
RGB
CMYK
RGB Variations
Color information
#EAEFE9 (or 0xEAEFE9) is known color: Aqua Spring. HEX triplet: EA, EF and E9. RGB value is (234,239,233). Sum of RGB (Red+Green+Blue) = 234+239+233=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEFE9 is #151016. Grayscale: #ECECEC. Windows color (decimal): -1380375 or 15331306. OLE color: 15331306.
HSL color Cylindrical-coordinate representation of color #EAEFE9: hue angle of 110º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEFE9 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 239 | 233 | - |
CMYK | 0.02 | 0 | 0.03 | 0.06 |
HSL | 110º | 0.16% | 0.93% | - |
HSV(B) | 110º | 0.03% | 0.94% | - |
XYZ | 79.51 | 85.11 | 89.33 | - |
YUV | 236.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 239 | 233 | 0.02 | 0 | 0.03 | 0.06 | 110 | 0.16 | 0.93 |
Hex | EA | EF | E9 | 2 | 0 | 3 | 6 | 6E | 10 | 5D |
Octal | 352 | 357 | 351 | 2 | 0 | 3 | 6 | 156 | 20 | 135 |
Binary | 11101010 | 11101111 | 11101001 | 10 | 0 | 11 | 110 | 1101110 | 10000 | 1011101 |
Color Harmonies of #EAEFE9
Complementary color
Monochromatic Colors of #EAEFE9
Black with #EAEFE9
Text Example
Text Example
White with #EAEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFE9; }
p { color: rgb(234,239,233); }
H1.HeaderClassName
{
color: #EAEFE9;
}
.AnyTagClassName
{
color: #EAEFE9;
}
</style>
background-color css
<style>
a { background-color: #EAEFE9; }
a { background-color: rgb(234,239,233); }
div.DivClassName
{
background-color: #EAEFE9;
}
.BgClassName
{
background-color: #EAEFE9;
}
</style>
border-color css
<style>
span { border-color: #EAEFE9; }
span { border-color: rgb(234,239,233); }
td.TdClassName
{
border-color: #EAEFE9;
}
.TagClassName
{
border-color: #EAEFE9;
}
</style>