Shades of Saltpan #EEF7DC
Tints of Saltpan #EEF7DC
RGB
CMYK
RGB Variations
Color information
#EEF7DC (or 0xEEF7DC) is known color: Saltpan. HEX triplet: EE, F7 and DC. RGB value is (238,247,220). Sum of RGB (Red+Green+Blue) = 238+247+220=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7DC is #110823. Grayscale: #F1F1F1. Windows color (decimal): -1116196 or 14481390. OLE color: 14481390.
HSL color Cylindrical-coordinate representation of color #EEF7DC: hue angle of 80º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEF7DC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 220 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.03 |
| HSL | 80º | 0.63% | 0.92% | - |
| HSV(B) | 80º | 0.11% | 0.97% | - |
| XYZ | 81.44 | 89.87 | 80.76 | - |
| YUV | 241.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 220 | 0.04 | 0 | 0.11 | 0.03 | 80 | 0.63 | 0.92 |
| Hex | EE | F7 | DC | 4 | 0 | B | 3 | 50 | 3F | 5C |
| Octal | 356 | 367 | 334 | 4 | 0 | 13 | 3 | 120 | 77 | 134 |
| Binary | 11101110 | 11110111 | 11011100 | 100 | 0 | 1011 | 11 | 1010000 | 111111 | 1011100 |
Color Harmonies of #EEF7DC
Complementary color
Monochromatic Colors of #EEF7DC
Black with #EEF7DC
Text Example
Text Example
White with #EEF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF7DC; }
p { color: rgb(238,247,220); }
H1.HeaderClassName
{
color: #EEF7DC;
}
.AnyTagClassName
{
color: #EEF7DC;
}
</style>
background-color css
<style>
a { background-color: #EEF7DC; }
a { background-color: rgb(238,247,220); }
div.DivClassName
{
background-color: #EEF7DC;
}
.BgClassName
{
background-color: #EEF7DC;
}
</style>
border-color css
<style>
span { border-color: #EEF7DC; }
span { border-color: rgb(238,247,220); }
td.TdClassName
{
border-color: #EEF7DC;
}
.TagClassName
{
border-color: #EEF7DC;
}
</style>