Shades of Saltpan #EFF7DC
Tints of Saltpan #EFF7DC
RGB
CMYK
RGB Variations
Color information
#EFF7DC (or 0xEFF7DC) is known color: Saltpan. HEX triplet: EF, F7 and DC. RGB value is (239,247,220). Sum of RGB (Red+Green+Blue) = 239+247+220=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DC is #100823. Grayscale: #F1F1F1. Windows color (decimal): -1050660 or 14481391. OLE color: 14481391.
HSL color Cylindrical-coordinate representation of color #EFF7DC: hue angle of 77.78º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF7DC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 220 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.03 |
| HSL | 77.78º | 0.63% | 0.92% | - |
| HSV(B) | 77.78º | 0.11% | 0.97% | - |
| XYZ | 81.78 | 90.04 | 80.78 | - |
| YUV | 241.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 220 | 0.03 | 0 | 0.11 | 0.03 | 77.78 | 0.63 | 0.92 |
| Hex | EF | F7 | DC | 3 | 0 | B | 3 | 4E | 3F | 5C |
| Octal | 357 | 367 | 334 | 3 | 0 | 13 | 3 | 116 | 77 | 134 |
| Binary | 11101111 | 11110111 | 11011100 | 11 | 0 | 1011 | 11 | 1001110 | 111111 | 1011100 |
Color Harmonies of #EFF7DC
Complementary color
Monochromatic Colors of #EFF7DC
Black with #EFF7DC
Text Example
Text Example
White with #EFF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7DC; }
p { color: rgb(239,247,220); }
H1.HeaderClassName
{
color: #EFF7DC;
}
.AnyTagClassName
{
color: #EFF7DC;
}
</style>
background-color css
<style>
a { background-color: #EFF7DC; }
a { background-color: rgb(239,247,220); }
div.DivClassName
{
background-color: #EFF7DC;
}
.BgClassName
{
background-color: #EFF7DC;
}
</style>
border-color css
<style>
span { border-color: #EFF7DC; }
span { border-color: rgb(239,247,220); }
td.TdClassName
{
border-color: #EFF7DC;
}
.TagClassName
{
border-color: #EFF7DC;
}
</style>