Shades of Saltpan #EFF5DE
Tints of Saltpan #EFF5DE
RGB
CMYK
RGB Variations
Color information
#EFF5DE (or 0xEFF5DE) is known color: Saltpan. HEX triplet: EF, F5 and DE. RGB value is (239,245,222). Sum of RGB (Red+Green+Blue) = 239+245+222=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5DE is #100A21. Grayscale: #F0F0F0. Windows color (decimal): -1051170 or 14611951. OLE color: 14611951.
HSL color Cylindrical-coordinate representation of color #EFF5DE: hue angle of 75.65º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF5DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 222 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 75.65º | 0.53% | 0.92% | - |
| HSV(B) | 75.65º | 0.09% | 0.96% | - |
| XYZ | 81.43 | 88.93 | 81.98 | - |
| YUV | 240.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 222 | 0.02 | 0 | 0.09 | 0.04 | 75.65 | 0.53 | 0.92 |
| Hex | EF | F5 | DE | 2 | 0 | 9 | 4 | 4C | 35 | 5C |
| Octal | 357 | 365 | 336 | 2 | 0 | 11 | 4 | 114 | 65 | 134 |
| Binary | 11101111 | 11110101 | 11011110 | 10 | 0 | 1001 | 100 | 1001100 | 110101 | 1011100 |
Color Harmonies of #EFF5DE
Complementary color
Monochromatic Colors of #EFF5DE
Black with #EFF5DE
Text Example
Text Example
White with #EFF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5DE; }
p { color: rgb(239,245,222); }
H1.HeaderClassName
{
color: #EFF5DE;
}
.AnyTagClassName
{
color: #EFF5DE;
}
</style>
background-color css
<style>
a { background-color: #EFF5DE; }
a { background-color: rgb(239,245,222); }
div.DivClassName
{
background-color: #EFF5DE;
}
.BgClassName
{
background-color: #EFF5DE;
}
</style>
border-color css
<style>
span { border-color: #EFF5DE; }
span { border-color: rgb(239,245,222); }
td.TdClassName
{
border-color: #EFF5DE;
}
.TagClassName
{
border-color: #EFF5DE;
}
</style>