Shades of Saltpan #EFF6E1
Tints of Saltpan #EFF6E1
RGB
CMYK
RGB Variations
Color information
#EFF6E1 (or 0xEFF6E1) is known color: Saltpan. HEX triplet: EF, F6 and E1. RGB value is (239,246,225). Sum of RGB (Red+Green+Blue) = 239+246+225=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 225 (88.28% from 255 or 31.69% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6E1 is #10091E. Grayscale: #F1F1F1. Windows color (decimal): -1050911 or 14808815. OLE color: 14808815.
HSL color Cylindrical-coordinate representation of color #EFF6E1: hue angle of 80º degrees, saturation: 0.54, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF6E1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 225 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.04 |
| HSL | 80º | 0.54% | 0.92% | - |
| HSV(B) | 80º | 0.09% | 0.96% | - |
| XYZ | 82.14 | 89.7 | 84.22 | - |
| YUV | 241.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 225 | 0.03 | 0 | 0.09 | 0.04 | 80 | 0.54 | 0.92 |
| Hex | EF | F6 | E1 | 3 | 0 | 9 | 4 | 50 | 36 | 5C |
| Octal | 357 | 366 | 341 | 3 | 0 | 11 | 4 | 120 | 66 | 134 |
| Binary | 11101111 | 11110110 | 11100001 | 11 | 0 | 1001 | 100 | 1010000 | 110110 | 1011100 |
Color Harmonies of #EFF6E1
Complementary color
Monochromatic Colors of #EFF6E1
Black with #EFF6E1
Text Example
Text Example
White with #EFF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6E1; }
p { color: rgb(239,246,225); }
H1.HeaderClassName
{
color: #EFF6E1;
}
.AnyTagClassName
{
color: #EFF6E1;
}
</style>
background-color css
<style>
a { background-color: #EFF6E1; }
a { background-color: rgb(239,246,225); }
div.DivClassName
{
background-color: #EFF6E1;
}
.BgClassName
{
background-color: #EFF6E1;
}
</style>
border-color css
<style>
span { border-color: #EFF6E1; }
span { border-color: rgb(239,246,225); }
td.TdClassName
{
border-color: #EFF6E1;
}
.TagClassName
{
border-color: #EFF6E1;
}
</style>