Shades of Saltpan #EFF7E4
Tints of Saltpan #EFF7E4
RGB
CMYK
RGB Variations
Color information
#EFF7E4 (or 0xEFF7E4) is known color: Saltpan. HEX triplet: EF, F7 and E4. RGB value is (239,247,228). Sum of RGB (Red+Green+Blue) = 239+247+228=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 247 (96.88% from 255 or 34.59% from 714); Blue value is 228 (89.45% from 255 or 31.93% from 714); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7E4 is #10081B. Grayscale: #F2F2F2. Windows color (decimal): -1050652 or 15005679. OLE color: 15005679.
HSL color Cylindrical-coordinate representation of color #EFF7E4: hue angle of 85.26º degrees, saturation: 0.54, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF7E4 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 228 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.03 |
| HSL | 85.26º | 0.54% | 0.93% | - |
| HSV(B) | 85.26º | 0.08% | 0.97% | - |
| XYZ | 82.86 | 90.47 | 86.49 | - |
| YUV | 242.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 228 | 0.03 | 0 | 0.08 | 0.03 | 85.26 | 0.54 | 0.93 |
| Hex | EF | F7 | E4 | 3 | 0 | 8 | 3 | 55 | 36 | 5D |
| Octal | 357 | 367 | 344 | 3 | 0 | 10 | 3 | 125 | 66 | 135 |
| Binary | 11101111 | 11110111 | 11100100 | 11 | 0 | 1000 | 11 | 1010101 | 110110 | 1011101 |
Color Harmonies of #EFF7E4
Complementary color
Monochromatic Colors of #EFF7E4
Black with #EFF7E4
Text Example
Text Example
White with #EFF7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7E4; }
p { color: rgb(239,247,228); }
H1.HeaderClassName
{
color: #EFF7E4;
}
.AnyTagClassName
{
color: #EFF7E4;
}
</style>
background-color css
<style>
a { background-color: #EFF7E4; }
a { background-color: rgb(239,247,228); }
div.DivClassName
{
background-color: #EFF7E4;
}
.BgClassName
{
background-color: #EFF7E4;
}
</style>
border-color css
<style>
span { border-color: #EFF7E4; }
span { border-color: rgb(239,247,228); }
td.TdClassName
{
border-color: #EFF7E4;
}
.TagClassName
{
border-color: #EFF7E4;
}
</style>