Shades of Saltpan #EFF1EC
Tints of Saltpan #EFF1EC
RGB
CMYK
RGB Variations
Color information
#EFF1EC (or 0xEFF1EC) is known color: Saltpan. HEX triplet: EF, F1 and EC. RGB value is (239,241,236). Sum of RGB (Red+Green+Blue) = 239+241+236=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1EC is #100E13. Grayscale: #EFEFEF. Windows color (decimal): -1052180 or 15528431. OLE color: 15528431.
HSL color Cylindrical-coordinate representation of color #EFF1EC: hue angle of 84º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF1EC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 236 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.05 |
| HSL | 84º | 0.15% | 0.94% | - |
| HSV(B) | 84º | 0.02% | 0.95% | - |
| XYZ | 82.19 | 87.32 | 91.88 | - |
| YUV | 239.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 236 | 0.01 | 0 | 0.02 | 0.05 | 84 | 0.15 | 0.94 |
| Hex | EF | F1 | EC | 1 | 0 | 2 | 5 | 54 | F | 5E |
| Octal | 357 | 361 | 354 | 1 | 0 | 2 | 5 | 124 | 17 | 136 |
| Binary | 11101111 | 11110001 | 11101100 | 1 | 0 | 10 | 101 | 1010100 | 1111 | 1011110 |
Color Harmonies of #EFF1EC
Complementary color
Monochromatic Colors of #EFF1EC
Black with #EFF1EC
Text Example
Text Example
White with #EFF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1EC; }
p { color: rgb(239,241,236); }
H1.HeaderClassName
{
color: #EFF1EC;
}
.AnyTagClassName
{
color: #EFF1EC;
}
</style>
background-color css
<style>
a { background-color: #EFF1EC; }
a { background-color: rgb(239,241,236); }
div.DivClassName
{
background-color: #EFF1EC;
}
.BgClassName
{
background-color: #EFF1EC;
}
</style>
border-color css
<style>
span { border-color: #EFF1EC; }
span { border-color: rgb(239,241,236); }
td.TdClassName
{
border-color: #EFF1EC;
}
.TagClassName
{
border-color: #EFF1EC;
}
</style>