Shades of Saltpan #EEF6E5
Tints of Saltpan #EEF6E5
RGB
CMYK
RGB Variations
Color information
#EEF6E5 (or 0xEEF6E5) is known color: Saltpan. HEX triplet: EE, F6 and E5. RGB value is (238,246,229). Sum of RGB (Red+Green+Blue) = 238+246+229=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6E5 is #11091A. Grayscale: #F1F1F1. Windows color (decimal): -1116443 or 15070958. OLE color: 15070958.
HSL color Cylindrical-coordinate representation of color #EEF6E5: hue angle of 88.24º degrees, saturation: 0.49, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF6E5 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 229 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.04 |
| HSL | 88.24º | 0.49% | 0.93% | - |
| HSV(B) | 88.24º | 0.07% | 0.96% | - |
| XYZ | 82.36 | 89.75 | 87.11 | - |
| YUV | 241.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 229 | 0.03 | 0 | 0.07 | 0.04 | 88.24 | 0.49 | 0.93 |
| Hex | EE | F6 | E5 | 3 | 0 | 7 | 4 | 58 | 31 | 5D |
| Octal | 356 | 366 | 345 | 3 | 0 | 7 | 4 | 130 | 61 | 135 |
| Binary | 11101110 | 11110110 | 11100101 | 11 | 0 | 111 | 100 | 1011000 | 110001 | 1011101 |
Color Harmonies of #EEF6E5
Complementary color
Monochromatic Colors of #EEF6E5
Black with #EEF6E5
Text Example
Text Example
White with #EEF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6E5; }
p { color: rgb(238,246,229); }
H1.HeaderClassName
{
color: #EEF6E5;
}
.AnyTagClassName
{
color: #EEF6E5;
}
</style>
background-color css
<style>
a { background-color: #EEF6E5; }
a { background-color: rgb(238,246,229); }
div.DivClassName
{
background-color: #EEF6E5;
}
.BgClassName
{
background-color: #EEF6E5;
}
</style>
border-color css
<style>
span { border-color: #EEF6E5; }
span { border-color: rgb(238,246,229); }
td.TdClassName
{
border-color: #EEF6E5;
}
.TagClassName
{
border-color: #EEF6E5;
}
</style>