Shades of Saltpan #EEF4E2
Tints of Saltpan #EEF4E2
RGB
CMYK
RGB Variations
Color information
#EEF4E2 (or 0xEEF4E2) is known color: Saltpan. HEX triplet: EE, F4 and E2. RGB value is (238,244,226). Sum of RGB (Red+Green+Blue) = 238+244+226=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 244 (95.70% from 255 or 34.46% from 708); Blue value is 226 (88.67% from 255 or 31.92% from 708); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4E2 is #110B1D. Grayscale: #F0F0F0. Windows color (decimal): -1116958 or 14873838. OLE color: 14873838.
HSL color Cylindrical-coordinate representation of color #EEF4E2: hue angle of 80º degrees, saturation: 0.45, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF4E2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 226 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.04 |
| HSL | 80º | 0.45% | 0.92% | - |
| HSV(B) | 80º | 0.07% | 0.96% | - |
| XYZ | 81.34 | 88.37 | 84.72 | - |
| YUV | 240.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 226 | 0.02 | 0 | 0.07 | 0.04 | 80 | 0.45 | 0.92 |
| Hex | EE | F4 | E2 | 2 | 0 | 7 | 4 | 50 | 2D | 5C |
| Octal | 356 | 364 | 342 | 2 | 0 | 7 | 4 | 120 | 55 | 134 |
| Binary | 11101110 | 11110100 | 11100010 | 10 | 0 | 111 | 100 | 1010000 | 101101 | 1011100 |
Color Harmonies of #EEF4E2
Complementary color
Monochromatic Colors of #EEF4E2
Black with #EEF4E2
Text Example
Text Example
White with #EEF4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF4E2; }
p { color: rgb(238,244,226); }
H1.HeaderClassName
{
color: #EEF4E2;
}
.AnyTagClassName
{
color: #EEF4E2;
}
</style>
background-color css
<style>
a { background-color: #EEF4E2; }
a { background-color: rgb(238,244,226); }
div.DivClassName
{
background-color: #EEF4E2;
}
.BgClassName
{
background-color: #EEF4E2;
}
</style>
border-color css
<style>
span { border-color: #EEF4E2; }
span { border-color: rgb(238,244,226); }
td.TdClassName
{
border-color: #EEF4E2;
}
.TagClassName
{
border-color: #EEF4E2;
}
</style>