Shades of Saltpan #EFF2E9
Tints of Saltpan #EFF2E9
RGB
CMYK
RGB Variations
Color information
#EFF2E9 (or 0xEFF2E9) is known color: Saltpan. HEX triplet: EF, F2 and E9. RGB value is (239,242,233). Sum of RGB (Red+Green+Blue) = 239+242+233=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 233 (91.41% from 255 or 32.63% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2E9 is #100D16. Grayscale: #F0F0F0. Windows color (decimal): -1051927 or 15332079. OLE color: 15332079.
HSL color Cylindrical-coordinate representation of color #EFF2E9: hue angle of 80º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF2E9 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 233 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.05 |
| HSL | 80º | 0.26% | 0.93% | - |
| HSV(B) | 80º | 0.04% | 0.95% | - |
| XYZ | 82.06 | 87.74 | 89.7 | - |
| YUV | 240.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 233 | 0.01 | 0 | 0.04 | 0.05 | 80 | 0.26 | 0.93 |
| Hex | EF | F2 | E9 | 1 | 0 | 4 | 5 | 50 | 1A | 5D |
| Octal | 357 | 362 | 351 | 1 | 0 | 4 | 5 | 120 | 32 | 135 |
| Binary | 11101111 | 11110010 | 11101001 | 1 | 0 | 100 | 101 | 1010000 | 11010 | 1011101 |
Color Harmonies of #EFF2E9
Complementary color
Monochromatic Colors of #EFF2E9
Black with #EFF2E9
Text Example
Text Example
White with #EFF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2E9; }
p { color: rgb(239,242,233); }
H1.HeaderClassName
{
color: #EFF2E9;
}
.AnyTagClassName
{
color: #EFF2E9;
}
</style>
background-color css
<style>
a { background-color: #EFF2E9; }
a { background-color: rgb(239,242,233); }
div.DivClassName
{
background-color: #EFF2E9;
}
.BgClassName
{
background-color: #EFF2E9;
}
</style>
border-color css
<style>
span { border-color: #EFF2E9; }
span { border-color: rgb(239,242,233); }
td.TdClassName
{
border-color: #EFF2E9;
}
.TagClassName
{
border-color: #EFF2E9;
}
</style>