Shades of Saltpan #EFF7E5
Tints of Saltpan #EFF7E5
RGB
CMYK
RGB Variations
Color information
#EFF7E5 (or 0xEFF7E5) is known color: Saltpan. HEX triplet: EF, F7 and E5. RGB value is (239,247,229). Sum of RGB (Red+Green+Blue) = 239+247+229=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7E5 is #10081A. Grayscale: #F2F2F2. Windows color (decimal): -1050651 or 15071215. OLE color: 15071215.
HSL color Cylindrical-coordinate representation of color #EFF7E5: hue angle of 86.67º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF7E5 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 229 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.03 |
| HSL | 86.67º | 0.53% | 0.93% | - |
| HSV(B) | 86.67º | 0.07% | 0.97% | - |
| XYZ | 83 | 90.53 | 87.23 | - |
| YUV | 242.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 229 | 0.03 | 0 | 0.07 | 0.03 | 86.67 | 0.53 | 0.93 |
| Hex | EF | F7 | E5 | 3 | 0 | 7 | 3 | 57 | 35 | 5D |
| Octal | 357 | 367 | 345 | 3 | 0 | 7 | 3 | 127 | 65 | 135 |
| Binary | 11101111 | 11110111 | 11100101 | 11 | 0 | 111 | 11 | 1010111 | 110101 | 1011101 |
Color Harmonies of #EFF7E5
Complementary color
Monochromatic Colors of #EFF7E5
Black with #EFF7E5
Text Example
Text Example
White with #EFF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7E5; }
p { color: rgb(239,247,229); }
H1.HeaderClassName
{
color: #EFF7E5;
}
.AnyTagClassName
{
color: #EFF7E5;
}
</style>
background-color css
<style>
a { background-color: #EFF7E5; }
a { background-color: rgb(239,247,229); }
div.DivClassName
{
background-color: #EFF7E5;
}
.BgClassName
{
background-color: #EFF7E5;
}
</style>
border-color css
<style>
span { border-color: #EFF7E5; }
span { border-color: rgb(239,247,229); }
td.TdClassName
{
border-color: #EFF7E5;
}
.TagClassName
{
border-color: #EFF7E5;
}
</style>