Shades of Saltpan #EFF6E7
Tints of Saltpan #EFF6E7
RGB
CMYK
RGB Variations
Color information
#EFF6E7 (or 0xEFF6E7) is known color: Saltpan. HEX triplet: EF, F6 and E7. RGB value is (239,246,231). Sum of RGB (Red+Green+Blue) = 239+246+231=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 231 (90.62% from 255 or 32.26% from 716); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6E7 is #100918. Grayscale: #F2F2F2. Windows color (decimal): -1050905 or 15202031. OLE color: 15202031.
HSL color Cylindrical-coordinate representation of color #EFF6E7: hue angle of 88º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF6E7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 231 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.04 |
| HSL | 88º | 0.45% | 0.94% | - |
| HSV(B) | 88º | 0.06% | 0.96% | - |
| XYZ | 82.98 | 90.03 | 88.61 | - |
| YUV | 242.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 231 | 0.03 | 0 | 0.06 | 0.04 | 88 | 0.45 | 0.94 |
| Hex | EF | F6 | E7 | 3 | 0 | 6 | 4 | 58 | 2D | 5E |
| Octal | 357 | 366 | 347 | 3 | 0 | 6 | 4 | 130 | 55 | 136 |
| Binary | 11101111 | 11110110 | 11100111 | 11 | 0 | 110 | 100 | 1011000 | 101101 | 1011110 |
Color Harmonies of #EFF6E7
Complementary color
Monochromatic Colors of #EFF6E7
Black with #EFF6E7
Text Example
Text Example
White with #EFF6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6E7; }
p { color: rgb(239,246,231); }
H1.HeaderClassName
{
color: #EFF6E7;
}
.AnyTagClassName
{
color: #EFF6E7;
}
</style>
background-color css
<style>
a { background-color: #EFF6E7; }
a { background-color: rgb(239,246,231); }
div.DivClassName
{
background-color: #EFF6E7;
}
.BgClassName
{
background-color: #EFF6E7;
}
</style>
border-color css
<style>
span { border-color: #EFF6E7; }
span { border-color: rgb(239,246,231); }
td.TdClassName
{
border-color: #EFF6E7;
}
.TagClassName
{
border-color: #EFF6E7;
}
</style>