Shades of Saltpan #EEF3E4
Tints of Saltpan #EEF3E4
RGB
CMYK
RGB Variations
Color information
#EEF3E4 (or 0xEEF3E4) is known color: Saltpan. HEX triplet: EE, F3 and E4. RGB value is (238,243,228). Sum of RGB (Red+Green+Blue) = 238+243+228=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3E4 is #110C1B. Grayscale: #EFEFEF. Windows color (decimal): -1117212 or 15004654. OLE color: 15004654.
HSL color Cylindrical-coordinate representation of color #EEF3E4: hue angle of 80º degrees, saturation: 0.38, 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 #EEF3E4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 228 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.05 |
| HSL | 80º | 0.38% | 0.92% | - |
| HSV(B) | 80º | 0.06% | 0.95% | - |
| XYZ | 81.31 | 87.88 | 86.08 | - |
| YUV | 239.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 228 | 0.02 | 0 | 0.06 | 0.05 | 80 | 0.38 | 0.92 |
| Hex | EE | F3 | E4 | 2 | 0 | 6 | 5 | 50 | 26 | 5C |
| Octal | 356 | 363 | 344 | 2 | 0 | 6 | 5 | 120 | 46 | 134 |
| Binary | 11101110 | 11110011 | 11100100 | 10 | 0 | 110 | 101 | 1010000 | 100110 | 1011100 |
Color Harmonies of #EEF3E4
Complementary color
Monochromatic Colors of #EEF3E4
Black with #EEF3E4
Text Example
Text Example
White with #EEF3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3E4; }
p { color: rgb(238,243,228); }
H1.HeaderClassName
{
color: #EEF3E4;
}
.AnyTagClassName
{
color: #EEF3E4;
}
</style>
background-color css
<style>
a { background-color: #EEF3E4; }
a { background-color: rgb(238,243,228); }
div.DivClassName
{
background-color: #EEF3E4;
}
.BgClassName
{
background-color: #EEF3E4;
}
</style>
border-color css
<style>
span { border-color: #EEF3E4; }
span { border-color: rgb(238,243,228); }
td.TdClassName
{
border-color: #EEF3E4;
}
.TagClassName
{
border-color: #EEF3E4;
}
</style>