Shades of Saltpan #EEF2E3
Tints of Saltpan #EEF2E3
RGB
CMYK
RGB Variations
Color information
#EEF2E3 (or 0xEEF2E3) is known color: Saltpan. HEX triplet: EE, F2 and E3. RGB value is (238,242,227). Sum of RGB (Red+Green+Blue) = 238+242+227=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 227 (89.06% from 255 or 32.11% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2E3 is #110D1C. Grayscale: #EFEFEF. Windows color (decimal): -1117469 or 14938862. OLE color: 14938862.
HSL color Cylindrical-coordinate representation of color #EEF2E3: hue angle of 76º degrees, saturation: 0.37, 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 #EEF2E3 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 227 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.05 |
| HSL | 76º | 0.37% | 0.92% | - |
| HSV(B) | 76º | 0.06% | 0.95% | - |
| XYZ | 80.88 | 87.23 | 85.25 | - |
| YUV | 239.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 227 | 0.02 | 0 | 0.06 | 0.05 | 76 | 0.37 | 0.92 |
| Hex | EE | F2 | E3 | 2 | 0 | 6 | 5 | 4C | 25 | 5C |
| Octal | 356 | 362 | 343 | 2 | 0 | 6 | 5 | 114 | 45 | 134 |
| Binary | 11101110 | 11110010 | 11100011 | 10 | 0 | 110 | 101 | 1001100 | 100101 | 1011100 |
Color Harmonies of #EEF2E3
Complementary color
Monochromatic Colors of #EEF2E3
Black with #EEF2E3
Text Example
Text Example
White with #EEF2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2E3; }
p { color: rgb(238,242,227); }
H1.HeaderClassName
{
color: #EEF2E3;
}
.AnyTagClassName
{
color: #EEF2E3;
}
</style>
background-color css
<style>
a { background-color: #EEF2E3; }
a { background-color: rgb(238,242,227); }
div.DivClassName
{
background-color: #EEF2E3;
}
.BgClassName
{
background-color: #EEF2E3;
}
</style>
border-color css
<style>
span { border-color: #EEF2E3; }
span { border-color: rgb(238,242,227); }
td.TdClassName
{
border-color: #EEF2E3;
}
.TagClassName
{
border-color: #EEF2E3;
}
</style>