Shades of Saltpan #EFFFD9
Tints of Saltpan #EFFFD9
RGB
CMYK
RGB Variations
Color information
#EFFFD9 (or 0xEFFFD9) is known color: Saltpan. HEX triplet: EF, FF and D9. RGB value is (239,255,217). Sum of RGB (Red+Green+Blue) = 239+255+217=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 217 (85.16% from 255 or 30.52% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD9 is #100026. Grayscale: #F6F6F6. Windows color (decimal): -1048615 or 14286831. OLE color: 14286831.
HSL color Cylindrical-coordinate representation of color #EFFFD9: hue angle of 85.26º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFFFD9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 217 | - |
| CMYK | 0.06 | 0 | 0.15 | 0 |
| HSL | 85.26º | 1% | 0.93% | - |
| HSV(B) | 85.26º | 0.15% | 1% | - |
| XYZ | 83.88 | 94.88 | 79.54 | - |
| YUV | 245.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 217 | 0.06 | 0 | 0.15 | 0 | 85.26 | 1 | 0.93 |
| Hex | EF | FF | D9 | 6 | 0 | F | 0 | 55 | 64 | 5D |
| Octal | 357 | 377 | 331 | 6 | 0 | 17 | 0 | 125 | 144 | 135 |
| Binary | 11101111 | 11111111 | 11011001 | 110 | 0 | 1111 | 0 | 1010101 | 1100100 | 1011101 |
Color Harmonies of #EFFFD9
Complementary color
Monochromatic Colors of #EFFFD9
Black with #EFFFD9
Text Example
Text Example
White with #EFFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFD9; }
p { color: rgb(239,255,217); }
H1.HeaderClassName
{
color: #EFFFD9;
}
.AnyTagClassName
{
color: #EFFFD9;
}
</style>
background-color css
<style>
a { background-color: #EFFFD9; }
a { background-color: rgb(239,255,217); }
div.DivClassName
{
background-color: #EFFFD9;
}
.BgClassName
{
background-color: #EFFFD9;
}
</style>
border-color css
<style>
span { border-color: #EFFFD9; }
span { border-color: rgb(239,255,217); }
td.TdClassName
{
border-color: #EFFFD9;
}
.TagClassName
{
border-color: #EFFFD9;
}
</style>