Shades of Saltpan #EEF2E4
Tints of Saltpan #EEF2E4
RGB
CMYK
RGB Variations
Color information
#EEF2E4 (or 0xEEF2E4) is known color: Saltpan. HEX triplet: EE, F2 and E4. RGB value is (238,242,228). Sum of RGB (Red+Green+Blue) = 238+242+228=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 228 (89.45% from 255 or 32.20% from 708); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2E4 is #110D1B. Grayscale: #EFEFEF. Windows color (decimal): -1117468 or 15004398. OLE color: 15004398.
HSL color Cylindrical-coordinate representation of color #EEF2E4: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF2E4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 228 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.05 |
| HSL | 77.14º | 0.35% | 0.92% | - |
| HSV(B) | 77.14º | 0.06% | 0.95% | - |
| XYZ | 81.02 | 87.28 | 85.98 | - |
| YUV | 239.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 228 | 0.02 | 0 | 0.06 | 0.05 | 77.14 | 0.35 | 0.92 |
| Hex | EE | F2 | E4 | 2 | 0 | 6 | 5 | 4D | 23 | 5C |
| Octal | 356 | 362 | 344 | 2 | 0 | 6 | 5 | 115 | 43 | 134 |
| Binary | 11101110 | 11110010 | 11100100 | 10 | 0 | 110 | 101 | 1001101 | 100011 | 1011100 |
Color Harmonies of #EEF2E4
Complementary color
Monochromatic Colors of #EEF2E4
Black with #EEF2E4
Text Example
Text Example
White with #EEF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2E4; }
p { color: rgb(238,242,228); }
H1.HeaderClassName
{
color: #EEF2E4;
}
.AnyTagClassName
{
color: #EEF2E4;
}
</style>
background-color css
<style>
a { background-color: #EEF2E4; }
a { background-color: rgb(238,242,228); }
div.DivClassName
{
background-color: #EEF2E4;
}
.BgClassName
{
background-color: #EEF2E4;
}
</style>
border-color css
<style>
span { border-color: #EEF2E4; }
span { border-color: rgb(238,242,228); }
td.TdClassName
{
border-color: #EEF2E4;
}
.TagClassName
{
border-color: #EEF2E4;
}
</style>