Shades of Saltpan #EFF8DC
Tints of Saltpan #EFF8DC
RGB
CMYK
RGB Variations
Color information
#EFF8DC (or 0xEFF8DC) is known color: Saltpan. HEX triplet: EF, F8 and DC. RGB value is (239,248,220). Sum of RGB (Red+Green+Blue) = 239+248+220=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8DC is #100723. Grayscale: #F2F2F2. Windows color (decimal): -1050404 or 14481647. OLE color: 14481647.
HSL color Cylindrical-coordinate representation of color #EFF8DC: hue angle of 79.29º degrees, saturation: 0.67, 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 #EFF8DC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 220 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.03 |
| HSL | 79.29º | 0.67% | 0.92% | - |
| HSV(B) | 79.29º | 0.11% | 0.97% | - |
| XYZ | 82.08 | 90.65 | 80.88 | - |
| YUV | 242.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 220 | 0.04 | 0 | 0.11 | 0.03 | 79.29 | 0.67 | 0.92 |
| Hex | EF | F8 | DC | 4 | 0 | B | 3 | 4F | 43 | 5C |
| Octal | 357 | 370 | 334 | 4 | 0 | 13 | 3 | 117 | 103 | 134 |
| Binary | 11101111 | 11111000 | 11011100 | 100 | 0 | 1011 | 11 | 1001111 | 1000011 | 1011100 |
Color Harmonies of #EFF8DC
Complementary color
Monochromatic Colors of #EFF8DC
Black with #EFF8DC
Text Example
Text Example
White with #EFF8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8DC; }
p { color: rgb(239,248,220); }
H1.HeaderClassName
{
color: #EFF8DC;
}
.AnyTagClassName
{
color: #EFF8DC;
}
</style>
background-color css
<style>
a { background-color: #EFF8DC; }
a { background-color: rgb(239,248,220); }
div.DivClassName
{
background-color: #EFF8DC;
}
.BgClassName
{
background-color: #EFF8DC;
}
</style>
border-color css
<style>
span { border-color: #EFF8DC; }
span { border-color: rgb(239,248,220); }
td.TdClassName
{
border-color: #EFF8DC;
}
.TagClassName
{
border-color: #EFF8DC;
}
</style>