Shades of Saltpan #EFF6E3
Tints of Saltpan #EFF6E3
RGB
CMYK
RGB Variations
Color information
#EFF6E3 (or 0xEFF6E3) is known color: Saltpan. HEX triplet: EF, F6 and E3. RGB value is (239,246,227). Sum of RGB (Red+Green+Blue) = 239+246+227=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 227 (89.06% from 255 or 31.88% from 712); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6E3 is #10091C. Grayscale: #F1F1F1. Windows color (decimal): -1050909 or 14939887. OLE color: 14939887.
HSL color Cylindrical-coordinate representation of color #EFF6E3: hue angle of 82.11º degrees, saturation: 0.51, 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 #EFF6E3 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 227 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.04 |
| HSL | 82.11º | 0.51% | 0.93% | - |
| HSV(B) | 82.11º | 0.08% | 0.96% | - |
| XYZ | 82.42 | 89.81 | 85.66 | - |
| YUV | 241.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 227 | 0.03 | 0 | 0.08 | 0.04 | 82.11 | 0.51 | 0.93 |
| Hex | EF | F6 | E3 | 3 | 0 | 8 | 4 | 52 | 33 | 5D |
| Octal | 357 | 366 | 343 | 3 | 0 | 10 | 4 | 122 | 63 | 135 |
| Binary | 11101111 | 11110110 | 11100011 | 11 | 0 | 1000 | 100 | 1010010 | 110011 | 1011101 |
Color Harmonies of #EFF6E3
Complementary color
Monochromatic Colors of #EFF6E3
Black with #EFF6E3
Text Example
Text Example
White with #EFF6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6E3; }
p { color: rgb(239,246,227); }
H1.HeaderClassName
{
color: #EFF6E3;
}
.AnyTagClassName
{
color: #EFF6E3;
}
</style>
background-color css
<style>
a { background-color: #EFF6E3; }
a { background-color: rgb(239,246,227); }
div.DivClassName
{
background-color: #EFF6E3;
}
.BgClassName
{
background-color: #EFF6E3;
}
</style>
border-color css
<style>
span { border-color: #EFF6E3; }
span { border-color: rgb(239,246,227); }
td.TdClassName
{
border-color: #EFF6E3;
}
.TagClassName
{
border-color: #EFF6E3;
}
</style>