Shades of Saltpan #EAF6D8
Tints of Saltpan #EAF6D8
RGB
CMYK
RGB Variations
Color information
#EAF6D8 (or 0xEAF6D8) is known color: Saltpan. HEX triplet: EA, F6 and D8. RGB value is (234,246,216). Sum of RGB (Red+Green+Blue) = 234+246+216=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6D8 is #150927. Grayscale: #EFEFEF. Windows color (decimal): -1378600 or 14218986. OLE color: 14218986.
HSL color Cylindrical-coordinate representation of color #EAF6D8: hue angle of 84º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF6D8 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 216 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.04 |
| HSL | 84º | 0.63% | 0.91% | - |
| HSV(B) | 84º | 0.12% | 0.96% | - |
| XYZ | 79.28 | 88.36 | 77.84 | - |
| YUV | 238.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 216 | 0.05 | 0 | 0.12 | 0.04 | 84 | 0.63 | 0.91 |
| Hex | EA | F6 | D8 | 5 | 0 | C | 4 | 54 | 3E | 5B |
| Octal | 352 | 366 | 330 | 5 | 0 | 14 | 4 | 124 | 76 | 133 |
| Binary | 11101010 | 11110110 | 11011000 | 101 | 0 | 1100 | 100 | 1010100 | 111110 | 1011011 |
Color Harmonies of #EAF6D8
Complementary color
Monochromatic Colors of #EAF6D8
Black with #EAF6D8
Text Example
Text Example
White with #EAF6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF6D8; }
p { color: rgb(234,246,216); }
H1.HeaderClassName
{
color: #EAF6D8;
}
.AnyTagClassName
{
color: #EAF6D8;
}
</style>
background-color css
<style>
a { background-color: #EAF6D8; }
a { background-color: rgb(234,246,216); }
div.DivClassName
{
background-color: #EAF6D8;
}
.BgClassName
{
background-color: #EAF6D8;
}
</style>
border-color css
<style>
span { border-color: #EAF6D8; }
span { border-color: rgb(234,246,216); }
td.TdClassName
{
border-color: #EAF6D8;
}
.TagClassName
{
border-color: #EAF6D8;
}
</style>