Shades of Saltpan #E5E7E1
Tints of Saltpan #E5E7E1
RGB
CMYK
RGB Variations
Color information
#E5E7E1 (or 0xE5E7E1) is known color: Saltpan. HEX triplet: E5, E7 and E1. RGB value is (229,231,225). Sum of RGB (Red+Green+Blue) = 229+231+225=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7E1 is #1A181E. Grayscale: #E5E5E5. Windows color (decimal): -1710111 or 14804965. OLE color: 14804965.
HSL color Cylindrical-coordinate representation of color #E5E7E1: hue angle of 80º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E7E1 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 231 | 225 | - |
CMYK | 0.01 | 0 | 0.03 | 0.09 |
HSL | 80º | 0.11% | 0.89% | - |
HSV(B) | 80º | 0.03% | 0.91% | - |
XYZ | 74.48 | 79.25 | 82.6 | - |
YUV | 229.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 225 | 0.01 | 0 | 0.03 | 0.09 | 80 | 0.11 | 0.89 |
Hex | E5 | E7 | E1 | 1 | 0 | 3 | 9 | 50 | B | 59 |
Octal | 345 | 347 | 341 | 1 | 0 | 3 | 11 | 120 | 13 | 131 |
Binary | 11100101 | 11100111 | 11100001 | 1 | 0 | 11 | 1001 | 1010000 | 1011 | 1011001 |
Color Harmonies of #E5E7E1
Complementary color
Monochromatic Colors of #E5E7E1
Black with #E5E7E1
Text Example
Text Example
White with #E5E7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7E1; }
p { color: rgb(229,231,225); }
H1.HeaderClassName
{
color: #E5E7E1;
}
.AnyTagClassName
{
color: #E5E7E1;
}
</style>
background-color css
<style>
a { background-color: #E5E7E1; }
a { background-color: rgb(229,231,225); }
div.DivClassName
{
background-color: #E5E7E1;
}
.BgClassName
{
background-color: #E5E7E1;
}
</style>
border-color css
<style>
span { border-color: #E5E7E1; }
span { border-color: rgb(229,231,225); }
td.TdClassName
{
border-color: #E5E7E1;
}
.TagClassName
{
border-color: #E5E7E1;
}
</style>