Shades of Saltpan #EFF7E6
Tints of Saltpan #EFF7E6
RGB
CMYK
RGB Variations
Color information
#EFF7E6 (or 0xEFF7E6) is known color: Saltpan. HEX triplet: EF, F7 and E6. RGB value is (239,247,230). Sum of RGB (Red+Green+Blue) = 239+247+230=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF7E6 is #100819. Grayscale: #F2F2F2. Windows color (decimal): -1050650 or 15136751. OLE color: 15136751.
HSL color Cylindrical-coordinate representation of color #EFF7E6: hue angle of 88.24º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF7E6 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 230 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.03 |
| HSL | 88.24º | 0.52% | 0.94% | - |
| HSV(B) | 88.24º | 0.07% | 0.97% | - |
| XYZ | 83.14 | 90.59 | 87.97 | - |
| YUV | 242.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 230 | 0.03 | 0 | 0.07 | 0.03 | 88.24 | 0.52 | 0.94 |
| Hex | EF | F7 | E6 | 3 | 0 | 7 | 3 | 58 | 34 | 5E |
| Octal | 357 | 367 | 346 | 3 | 0 | 7 | 3 | 130 | 64 | 136 |
| Binary | 11101111 | 11110111 | 11100110 | 11 | 0 | 111 | 11 | 1011000 | 110100 | 1011110 |
Color Harmonies of #EFF7E6
Complementary color
Monochromatic Colors of #EFF7E6
Black with #EFF7E6
Text Example
Text Example
White with #EFF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7E6; }
p { color: rgb(239,247,230); }
H1.HeaderClassName
{
color: #EFF7E6;
}
.AnyTagClassName
{
color: #EFF7E6;
}
</style>
background-color css
<style>
a { background-color: #EFF7E6; }
a { background-color: rgb(239,247,230); }
div.DivClassName
{
background-color: #EFF7E6;
}
.BgClassName
{
background-color: #EFF7E6;
}
</style>
border-color css
<style>
span { border-color: #EFF7E6; }
span { border-color: rgb(239,247,230); }
td.TdClassName
{
border-color: #EFF7E6;
}
.TagClassName
{
border-color: #EFF7E6;
}
</style>