Shades of Saltpan #EEF6E0
Tints of Saltpan #EEF6E0
RGB
CMYK
RGB Variations
Color information
#EEF6E0 (or 0xEEF6E0) is known color: Saltpan. HEX triplet: EE, F6 and E0. RGB value is (238,246,224). Sum of RGB (Red+Green+Blue) = 238+246+224=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 224 (87.89% from 255 or 31.64% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6E0 is #11091F. Grayscale: #F1F1F1. Windows color (decimal): -1116448 or 14743278. OLE color: 14743278.
HSL color Cylindrical-coordinate representation of color #EEF6E0: hue angle of 81.82º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF6E0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 224 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.04 |
| HSL | 81.82º | 0.55% | 0.92% | - |
| HSV(B) | 81.82º | 0.09% | 0.96% | - |
| XYZ | 81.67 | 89.47 | 83.49 | - |
| YUV | 241.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 224 | 0.03 | 0 | 0.09 | 0.04 | 81.82 | 0.55 | 0.92 |
| Hex | EE | F6 | E0 | 3 | 0 | 9 | 4 | 52 | 37 | 5C |
| Octal | 356 | 366 | 340 | 3 | 0 | 11 | 4 | 122 | 67 | 134 |
| Binary | 11101110 | 11110110 | 11100000 | 11 | 0 | 1001 | 100 | 1010010 | 110111 | 1011100 |
Color Harmonies of #EEF6E0
Complementary color
Monochromatic Colors of #EEF6E0
Black with #EEF6E0
Text Example
Text Example
White with #EEF6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6E0; }
p { color: rgb(238,246,224); }
H1.HeaderClassName
{
color: #EEF6E0;
}
.AnyTagClassName
{
color: #EEF6E0;
}
</style>
background-color css
<style>
a { background-color: #EEF6E0; }
a { background-color: rgb(238,246,224); }
div.DivClassName
{
background-color: #EEF6E0;
}
.BgClassName
{
background-color: #EEF6E0;
}
</style>
border-color css
<style>
span { border-color: #EEF6E0; }
span { border-color: rgb(238,246,224); }
td.TdClassName
{
border-color: #EEF6E0;
}
.TagClassName
{
border-color: #EEF6E0;
}
</style>