Shades of Saltpan #EFF6E6
Tints of Saltpan #EFF6E6
RGB
CMYK
RGB Variations
Color information
#EFF6E6 (or 0xEFF6E6) is known color: Saltpan. HEX triplet: EF, F6 and E6. RGB value is (239,246,230). Sum of RGB (Red+Green+Blue) = 239+246+230=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6E6 is #100919. Grayscale: #F2F2F2. Windows color (decimal): -1050906 or 15136495. OLE color: 15136495.
HSL color Cylindrical-coordinate representation of color #EFF6E6: hue angle of 86.25º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF6E6 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 230 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.04 |
| HSL | 86.25º | 0.47% | 0.93% | - |
| HSV(B) | 86.25º | 0.07% | 0.96% | - |
| XYZ | 82.84 | 89.98 | 87.86 | - |
| YUV | 242.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 230 | 0.03 | 0 | 0.07 | 0.04 | 86.25 | 0.47 | 0.93 |
| Hex | EF | F6 | E6 | 3 | 0 | 7 | 4 | 56 | 2F | 5D |
| Octal | 357 | 366 | 346 | 3 | 0 | 7 | 4 | 126 | 57 | 135 |
| Binary | 11101111 | 11110110 | 11100110 | 11 | 0 | 111 | 100 | 1010110 | 101111 | 1011101 |
Color Harmonies of #EFF6E6
Complementary color
Monochromatic Colors of #EFF6E6
Black with #EFF6E6
Text Example
Text Example
White with #EFF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6E6; }
p { color: rgb(239,246,230); }
H1.HeaderClassName
{
color: #EFF6E6;
}
.AnyTagClassName
{
color: #EFF6E6;
}
</style>
background-color css
<style>
a { background-color: #EFF6E6; }
a { background-color: rgb(239,246,230); }
div.DivClassName
{
background-color: #EFF6E6;
}
.BgClassName
{
background-color: #EFF6E6;
}
</style>
border-color css
<style>
span { border-color: #EFF6E6; }
span { border-color: rgb(239,246,230); }
td.TdClassName
{
border-color: #EFF6E6;
}
.TagClassName
{
border-color: #EFF6E6;
}
</style>