Shades of Saltpan #EEF0E8
Tints of Saltpan #EEF0E8
RGB
CMYK
RGB Variations
Color information
#EEF0E8 (or 0xEEF0E8) is known color: Saltpan. HEX triplet: EE, F0 and E8. RGB value is (238,240,232). Sum of RGB (Red+Green+Blue) = 238+240+232=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0E8 is #110F17. Grayscale: #EEEEEE. Windows color (decimal): -1117976 or 15266030. OLE color: 15266030.
HSL color Cylindrical-coordinate representation of color #EEF0E8: hue angle of 75º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEF0E8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 232 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.06 |
| HSL | 75º | 0.21% | 0.93% | - |
| HSV(B) | 75º | 0.03% | 0.94% | - |
| XYZ | 80.99 | 86.32 | 88.74 | - |
| YUV | 238.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 232 | 0.01 | 0 | 0.03 | 0.06 | 75 | 0.21 | 0.93 |
| Hex | EE | F0 | E8 | 1 | 0 | 3 | 6 | 4B | 15 | 5D |
| Octal | 356 | 360 | 350 | 1 | 0 | 3 | 6 | 113 | 25 | 135 |
| Binary | 11101110 | 11110000 | 11101000 | 1 | 0 | 11 | 110 | 1001011 | 10101 | 1011101 |
Color Harmonies of #EEF0E8
Complementary color
Monochromatic Colors of #EEF0E8
Black with #EEF0E8
Text Example
Text Example
White with #EEF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0E8; }
p { color: rgb(238,240,232); }
H1.HeaderClassName
{
color: #EEF0E8;
}
.AnyTagClassName
{
color: #EEF0E8;
}
</style>
background-color css
<style>
a { background-color: #EEF0E8; }
a { background-color: rgb(238,240,232); }
div.DivClassName
{
background-color: #EEF0E8;
}
.BgClassName
{
background-color: #EEF0E8;
}
</style>
border-color css
<style>
span { border-color: #EEF0E8; }
span { border-color: rgb(238,240,232); }
td.TdClassName
{
border-color: #EEF0E8;
}
.TagClassName
{
border-color: #EEF0E8;
}
</style>