Shades of Saltpan #EFF4DE
Tints of Saltpan #EFF4DE
RGB
CMYK
RGB Variations
Color information
#EFF4DE (or 0xEFF4DE) is known color: Saltpan. HEX triplet: EF, F4 and DE. RGB value is (239,244,222). Sum of RGB (Red+Green+Blue) = 239+244+222=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4DE is #100B21. Grayscale: #F0F0F0. Windows color (decimal): -1051426 or 14611695. OLE color: 14611695.
HSL color Cylindrical-coordinate representation of color #EFF4DE: hue angle of 73.64º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF4DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 222 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 73.64º | 0.5% | 0.91% | - |
| HSV(B) | 73.64º | 0.09% | 0.96% | - |
| XYZ | 81.13 | 88.33 | 81.88 | - |
| YUV | 240 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 222 | 0.02 | 0 | 0.09 | 0.04 | 73.64 | 0.5 | 0.91 |
| Hex | EF | F4 | DE | 2 | 0 | 9 | 4 | 4A | 32 | 5B |
| Octal | 357 | 364 | 336 | 2 | 0 | 11 | 4 | 112 | 62 | 133 |
| Binary | 11101111 | 11110100 | 11011110 | 10 | 0 | 1001 | 100 | 1001010 | 110010 | 1011011 |
Color Harmonies of #EFF4DE
Complementary color
Monochromatic Colors of #EFF4DE
Black with #EFF4DE
Text Example
Text Example
White with #EFF4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4DE; }
p { color: rgb(239,244,222); }
H1.HeaderClassName
{
color: #EFF4DE;
}
.AnyTagClassName
{
color: #EFF4DE;
}
</style>
background-color css
<style>
a { background-color: #EFF4DE; }
a { background-color: rgb(239,244,222); }
div.DivClassName
{
background-color: #EFF4DE;
}
.BgClassName
{
background-color: #EFF4DE;
}
</style>
border-color css
<style>
span { border-color: #EFF4DE; }
span { border-color: rgb(239,244,222); }
td.TdClassName
{
border-color: #EFF4DE;
}
.TagClassName
{
border-color: #EFF4DE;
}
</style>