Shades of Saltpan #EFF6DE
Tints of Saltpan #EFF6DE
RGB
CMYK
RGB Variations
Color information
#EFF6DE (or 0xEFF6DE) is known color: Saltpan. HEX triplet: EF, F6 and DE. RGB value is (239,246,222). Sum of RGB (Red+Green+Blue) = 239+246+222=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6DE is #100921. Grayscale: #F1F1F1. Windows color (decimal): -1050914 or 14612207. OLE color: 14612207.
HSL color Cylindrical-coordinate representation of color #EFF6DE: hue angle of 77.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF6DE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 222 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.04 |
| HSL | 77.5º | 0.57% | 0.92% | - |
| HSV(B) | 77.5º | 0.1% | 0.96% | - |
| XYZ | 81.74 | 89.54 | 82.08 | - |
| YUV | 241.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 222 | 0.03 | 0 | 0.10 | 0.04 | 77.5 | 0.57 | 0.92 |
| Hex | EF | F6 | DE | 3 | 0 | A | 4 | 4E | 39 | 5C |
| Octal | 357 | 366 | 336 | 3 | 0 | 12 | 4 | 116 | 71 | 134 |
| Binary | 11101111 | 11110110 | 11011110 | 11 | 0 | 1010 | 100 | 1001110 | 111001 | 1011100 |
Color Harmonies of #EFF6DE
Complementary color
Monochromatic Colors of #EFF6DE
Black with #EFF6DE
Text Example
Text Example
White with #EFF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6DE; }
p { color: rgb(239,246,222); }
H1.HeaderClassName
{
color: #EFF6DE;
}
.AnyTagClassName
{
color: #EFF6DE;
}
</style>
background-color css
<style>
a { background-color: #EFF6DE; }
a { background-color: rgb(239,246,222); }
div.DivClassName
{
background-color: #EFF6DE;
}
.BgClassName
{
background-color: #EFF6DE;
}
</style>
border-color css
<style>
span { border-color: #EFF6DE; }
span { border-color: rgb(239,246,222); }
td.TdClassName
{
border-color: #EFF6DE;
}
.TagClassName
{
border-color: #EFF6DE;
}
</style>