Shades of Saltpan #EEF1EB
Tints of Saltpan #EEF1EB
RGB
CMYK
RGB Variations
Color information
#EEF1EB (or 0xEEF1EB) is known color: Saltpan. HEX triplet: EE, F1 and EB. RGB value is (238,241,235). Sum of RGB (Red+Green+Blue) = 238+241+235=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1EB is #110E14. Grayscale: #EFEFEF. Windows color (decimal): -1117717 or 15462894. OLE color: 15462894.
HSL color Cylindrical-coordinate representation of color #EEF1EB: hue angle of 90º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF1EB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 235 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.05 |
| HSL | 90º | 0.18% | 0.93% | - |
| HSV(B) | 90º | 0.02% | 0.95% | - |
| XYZ | 81.71 | 87.09 | 91.1 | - |
| YUV | 239.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 235 | 0.01 | 0 | 0.02 | 0.05 | 90 | 0.18 | 0.93 |
| Hex | EE | F1 | EB | 1 | 0 | 2 | 5 | 5A | 12 | 5D |
| Octal | 356 | 361 | 353 | 1 | 0 | 2 | 5 | 132 | 22 | 135 |
| Binary | 11101110 | 11110001 | 11101011 | 1 | 0 | 10 | 101 | 1011010 | 10010 | 1011101 |
Color Harmonies of #EEF1EB
Complementary color
Monochromatic Colors of #EEF1EB
Black with #EEF1EB
Text Example
Text Example
White with #EEF1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1EB; }
p { color: rgb(238,241,235); }
H1.HeaderClassName
{
color: #EEF1EB;
}
.AnyTagClassName
{
color: #EEF1EB;
}
</style>
background-color css
<style>
a { background-color: #EEF1EB; }
a { background-color: rgb(238,241,235); }
div.DivClassName
{
background-color: #EEF1EB;
}
.BgClassName
{
background-color: #EEF1EB;
}
</style>
border-color css
<style>
span { border-color: #EEF1EB; }
span { border-color: rgb(238,241,235); }
td.TdClassName
{
border-color: #EEF1EB;
}
.TagClassName
{
border-color: #EEF1EB;
}
</style>