Shades of Saltpan #EEF0EC
Tints of Saltpan #EEF0EC
RGB
CMYK
RGB Variations
Color information
#EEF0EC (or 0xEEF0EC) is known color: Saltpan. HEX triplet: EE, F0 and EC. RGB value is (238,240,236). Sum of RGB (Red+Green+Blue) = 238+240+236=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EC is #110F13. Grayscale: #EEEEEE. Windows color (decimal): -1117972 or 15528174. OLE color: 15528174.
HSL color Cylindrical-coordinate representation of color #EEF0EC: hue angle of 90º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF0EC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 240 | 236 | - |
CMYK | 0.01 | 0 | 0.02 | 0.06 |
HSL | 90º | 0.12% | 0.93% | - |
HSV(B) | 90º | 0.02% | 0.94% | - |
XYZ | 81.56 | 86.55 | 91.76 | - |
YUV | 238.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 240 | 236 | 0.01 | 0 | 0.02 | 0.06 | 90 | 0.12 | 0.93 |
Hex | EE | F0 | EC | 1 | 0 | 2 | 6 | 5A | C | 5D |
Octal | 356 | 360 | 354 | 1 | 0 | 2 | 6 | 132 | 14 | 135 |
Binary | 11101110 | 11110000 | 11101100 | 1 | 0 | 10 | 110 | 1011010 | 1100 | 1011101 |
Color Harmonies of #EEF0EC
Complementary color
Monochromatic Colors of #EEF0EC
Black with #EEF0EC
Text Example
Text Example
White with #EEF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0EC; }
p { color: rgb(238,240,236); }
H1.HeaderClassName
{
color: #EEF0EC;
}
.AnyTagClassName
{
color: #EEF0EC;
}
</style>
background-color css
<style>
a { background-color: #EEF0EC; }
a { background-color: rgb(238,240,236); }
div.DivClassName
{
background-color: #EEF0EC;
}
.BgClassName
{
background-color: #EEF0EC;
}
</style>
border-color css
<style>
span { border-color: #EEF0EC; }
span { border-color: rgb(238,240,236); }
td.TdClassName
{
border-color: #EEF0EC;
}
.TagClassName
{
border-color: #EEF0EC;
}
</style>