Shades of Saltpan #EFFFD7
Tints of Saltpan #EFFFD7
RGB
CMYK
RGB Variations
Color information
#EFFFD7 (or 0xEFFFD7) is known color: Saltpan. HEX triplet: EF, FF and D7. RGB value is (239,255,215). Sum of RGB (Red+Green+Blue) = 239+255+215=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 215 (84.38% from 255 or 30.32% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD7 is #100028. Grayscale: #F5F5F5. Windows color (decimal): -1048617 or 14155759. OLE color: 14155759.
HSL color Cylindrical-coordinate representation of color #EFFFD7: hue angle of 84º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFFFD7 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 215 | - |
| CMYK | 0.06 | 0 | 0.16 | 0 |
| HSL | 84º | 1% | 0.92% | - |
| HSV(B) | 84º | 0.16% | 1% | - |
| XYZ | 83.62 | 94.78 | 78.18 | - |
| YUV | 245.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 215 | 0.06 | 0 | 0.16 | 0 | 84 | 1 | 0.92 |
| Hex | EF | FF | D7 | 6 | 0 | 10 | 0 | 54 | 64 | 5C |
| Octal | 357 | 377 | 327 | 6 | 0 | 20 | 0 | 124 | 144 | 134 |
| Binary | 11101111 | 11111111 | 11010111 | 110 | 0 | 10000 | 0 | 1010100 | 1100100 | 1011100 |
Color Harmonies of #EFFFD7
Complementary color
Monochromatic Colors of #EFFFD7
Black with #EFFFD7
Text Example
Text Example
White with #EFFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFD7; }
p { color: rgb(239,255,215); }
H1.HeaderClassName
{
color: #EFFFD7;
}
.AnyTagClassName
{
color: #EFFFD7;
}
</style>
background-color css
<style>
a { background-color: #EFFFD7; }
a { background-color: rgb(239,255,215); }
div.DivClassName
{
background-color: #EFFFD7;
}
.BgClassName
{
background-color: #EFFFD7;
}
</style>
border-color css
<style>
span { border-color: #EFFFD7; }
span { border-color: rgb(239,255,215); }
td.TdClassName
{
border-color: #EFFFD7;
}
.TagClassName
{
border-color: #EFFFD7;
}
</style>