Shades of Saltpan #EAF5D9
Tints of Saltpan #EAF5D9
RGB
CMYK
RGB Variations
Color information
#EAF5D9 (or 0xEAF5D9) is known color: Saltpan. HEX triplet: EA, F5 and D9. RGB value is (234,245,217). Sum of RGB (Red+Green+Blue) = 234+245+217=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5D9 is #150A26. Grayscale: #EEEEEE. Windows color (decimal): -1378855 or 14284266. OLE color: 14284266.
HSL color Cylindrical-coordinate representation of color #EAF5D9: hue angle of 83.57º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAF5D9 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 217 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.04 |
| HSL | 83.57º | 0.58% | 0.91% | - |
| HSV(B) | 83.57º | 0.11% | 0.96% | - |
| XYZ | 79.11 | 87.81 | 78.42 | - |
| YUV | 238.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 217 | 0.04 | 0 | 0.11 | 0.04 | 83.57 | 0.58 | 0.91 |
| Hex | EA | F5 | D9 | 4 | 0 | B | 4 | 54 | 3A | 5B |
| Octal | 352 | 365 | 331 | 4 | 0 | 13 | 4 | 124 | 72 | 133 |
| Binary | 11101010 | 11110101 | 11011001 | 100 | 0 | 1011 | 100 | 1010100 | 111010 | 1011011 |
Color Harmonies of #EAF5D9
Complementary color
Monochromatic Colors of #EAF5D9
Black with #EAF5D9
Text Example
Text Example
White with #EAF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5D9; }
p { color: rgb(234,245,217); }
H1.HeaderClassName
{
color: #EAF5D9;
}
.AnyTagClassName
{
color: #EAF5D9;
}
</style>
background-color css
<style>
a { background-color: #EAF5D9; }
a { background-color: rgb(234,245,217); }
div.DivClassName
{
background-color: #EAF5D9;
}
.BgClassName
{
background-color: #EAF5D9;
}
</style>
border-color css
<style>
span { border-color: #EAF5D9; }
span { border-color: rgb(234,245,217); }
td.TdClassName
{
border-color: #EAF5D9;
}
.TagClassName
{
border-color: #EAF5D9;
}
</style>