Shades of Saltpan #EAEEE0
Tints of Saltpan #EAEEE0
RGB
CMYK
RGB Variations
Color information
#EAEEE0 (or 0xEAEEE0) is known color: Saltpan. HEX triplet: EA, EE and E0. RGB value is (234,238,224). Sum of RGB (Red+Green+Blue) = 234+238+224=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEE0 is #15111F. Grayscale: #EBEBEB. Windows color (decimal): -1380640 or 14741226. OLE color: 14741226.
HSL color Cylindrical-coordinate representation of color #EAEEE0: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAEEE0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 224 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.07 |
| HSL | 77.14º | 0.29% | 0.91% | - |
| HSV(B) | 77.14º | 0.06% | 0.93% | - |
| XYZ | 77.96 | 84.02 | 82.63 | - |
| YUV | 235.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 224 | 0.02 | 0 | 0.06 | 0.07 | 77.14 | 0.29 | 0.91 |
| Hex | EA | EE | E0 | 2 | 0 | 6 | 7 | 4D | 1D | 5B |
| Octal | 352 | 356 | 340 | 2 | 0 | 6 | 7 | 115 | 35 | 133 |
| Binary | 11101010 | 11101110 | 11100000 | 10 | 0 | 110 | 111 | 1001101 | 11101 | 1011011 |
Color Harmonies of #EAEEE0
Complementary color
Monochromatic Colors of #EAEEE0
Black with #EAEEE0
Text Example
Text Example
White with #EAEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEE0; }
p { color: rgb(234,238,224); }
H1.HeaderClassName
{
color: #EAEEE0;
}
.AnyTagClassName
{
color: #EAEEE0;
}
</style>
background-color css
<style>
a { background-color: #EAEEE0; }
a { background-color: rgb(234,238,224); }
div.DivClassName
{
background-color: #EAEEE0;
}
.BgClassName
{
background-color: #EAEEE0;
}
</style>
border-color css
<style>
span { border-color: #EAEEE0; }
span { border-color: rgb(234,238,224); }
td.TdClassName
{
border-color: #EAEEE0;
}
.TagClassName
{
border-color: #EAEEE0;
}
</style>