Shades of Saltpan #EFF6DC
Tints of Saltpan #EFF6DC
RGB
CMYK
RGB Variations
Color information
#EFF6DC (or 0xEFF6DC) is known color: Saltpan. HEX triplet: EF, F6 and DC. RGB value is (239,246,220). Sum of RGB (Red+Green+Blue) = 239+246+220=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6DC is #100923. Grayscale: #F1F1F1. Windows color (decimal): -1050916 or 14481135. OLE color: 14481135.
HSL color Cylindrical-coordinate representation of color #EFF6DC: hue angle of 76.15º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF6DC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 220 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.04 |
| HSL | 76.15º | 0.59% | 0.91% | - |
| HSV(B) | 76.15º | 0.11% | 0.96% | - |
| XYZ | 81.47 | 89.43 | 80.68 | - |
| YUV | 240.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 220 | 0.03 | 0 | 0.11 | 0.04 | 76.15 | 0.59 | 0.91 |
| Hex | EF | F6 | DC | 3 | 0 | B | 4 | 4C | 3B | 5B |
| Octal | 357 | 366 | 334 | 3 | 0 | 13 | 4 | 114 | 73 | 133 |
| Binary | 11101111 | 11110110 | 11011100 | 11 | 0 | 1011 | 100 | 1001100 | 111011 | 1011011 |
Color Harmonies of #EFF6DC
Complementary color
Monochromatic Colors of #EFF6DC
Black with #EFF6DC
Text Example
Text Example
White with #EFF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6DC; }
p { color: rgb(239,246,220); }
H1.HeaderClassName
{
color: #EFF6DC;
}
.AnyTagClassName
{
color: #EFF6DC;
}
</style>
background-color css
<style>
a { background-color: #EFF6DC; }
a { background-color: rgb(239,246,220); }
div.DivClassName
{
background-color: #EFF6DC;
}
.BgClassName
{
background-color: #EFF6DC;
}
</style>
border-color css
<style>
span { border-color: #EFF6DC; }
span { border-color: rgb(239,246,220); }
td.TdClassName
{
border-color: #EFF6DC;
}
.TagClassName
{
border-color: #EFF6DC;
}
</style>