Shades of Saltpan #EAF1E1
Tints of Saltpan #EAF1E1
RGB
CMYK
RGB Variations
Color information
#EAF1E1 (or 0xEAF1E1) is known color: Saltpan. HEX triplet: EA, F1 and E1. RGB value is (234,241,225). Sum of RGB (Red+Green+Blue) = 234+241+225=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1E1 is #150E1E. Grayscale: #EDEDED. Windows color (decimal): -1379871 or 14807530. OLE color: 14807530.
HSL color Cylindrical-coordinate representation of color #EAF1E1: hue angle of 86.25º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAF1E1 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 225 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.05 |
| HSL | 86.25º | 0.36% | 0.91% | - |
| HSV(B) | 86.25º | 0.07% | 0.95% | - |
| XYZ | 78.98 | 85.84 | 83.64 | - |
| YUV | 237.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 225 | 0.03 | 0 | 0.07 | 0.05 | 86.25 | 0.36 | 0.91 |
| Hex | EA | F1 | E1 | 3 | 0 | 7 | 5 | 56 | 24 | 5B |
| Octal | 352 | 361 | 341 | 3 | 0 | 7 | 5 | 126 | 44 | 133 |
| Binary | 11101010 | 11110001 | 11100001 | 11 | 0 | 111 | 101 | 1010110 | 100100 | 1011011 |
Color Harmonies of #EAF1E1
Complementary color
Monochromatic Colors of #EAF1E1
Black with #EAF1E1
Text Example
Text Example
White with #EAF1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1E1; }
p { color: rgb(234,241,225); }
H1.HeaderClassName
{
color: #EAF1E1;
}
.AnyTagClassName
{
color: #EAF1E1;
}
</style>
background-color css
<style>
a { background-color: #EAF1E1; }
a { background-color: rgb(234,241,225); }
div.DivClassName
{
background-color: #EAF1E1;
}
.BgClassName
{
background-color: #EAF1E1;
}
</style>
border-color css
<style>
span { border-color: #EAF1E1; }
span { border-color: rgb(234,241,225); }
td.TdClassName
{
border-color: #EAF1E1;
}
.TagClassName
{
border-color: #EAF1E1;
}
</style>