Shades of Saltpan #EFF6E2
Tints of Saltpan #EFF6E2
RGB
CMYK
RGB Variations
Color information
#EFF6E2 (or 0xEFF6E2) is known color: Saltpan. HEX triplet: EF, F6 and E2. RGB value is (239,246,226). Sum of RGB (Red+Green+Blue) = 239+246+226=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 246 (96.48% from 255 or 34.60% from 711); Blue value is 226 (88.67% from 255 or 31.79% from 711); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6E2 is #10091D. Grayscale: #F1F1F1. Windows color (decimal): -1050910 or 14874351. OLE color: 14874351.
HSL color Cylindrical-coordinate representation of color #EFF6E2: hue angle of 81º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF6E2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 226 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.04 |
| HSL | 81º | 0.53% | 0.93% | - |
| HSV(B) | 81º | 0.08% | 0.96% | - |
| XYZ | 82.28 | 89.75 | 84.94 | - |
| YUV | 241.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 226 | 0.03 | 0 | 0.08 | 0.04 | 81 | 0.53 | 0.93 |
| Hex | EF | F6 | E2 | 3 | 0 | 8 | 4 | 51 | 35 | 5D |
| Octal | 357 | 366 | 342 | 3 | 0 | 10 | 4 | 121 | 65 | 135 |
| Binary | 11101111 | 11110110 | 11100010 | 11 | 0 | 1000 | 100 | 1010001 | 110101 | 1011101 |
Color Harmonies of #EFF6E2
Complementary color
Monochromatic Colors of #EFF6E2
Black with #EFF6E2
Text Example
Text Example
White with #EFF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6E2; }
p { color: rgb(239,246,226); }
H1.HeaderClassName
{
color: #EFF6E2;
}
.AnyTagClassName
{
color: #EFF6E2;
}
</style>
background-color css
<style>
a { background-color: #EFF6E2; }
a { background-color: rgb(239,246,226); }
div.DivClassName
{
background-color: #EFF6E2;
}
.BgClassName
{
background-color: #EFF6E2;
}
</style>
border-color css
<style>
span { border-color: #EFF6E2; }
span { border-color: rgb(239,246,226); }
td.TdClassName
{
border-color: #EFF6E2;
}
.TagClassName
{
border-color: #EFF6E2;
}
</style>