Shades of Saltpan #EFF4DF
Tints of Saltpan #EFF4DF
RGB
CMYK
RGB Variations
Color information
#EFF4DF (or 0xEFF4DF) is known color: Saltpan. HEX triplet: EF, F4 and DF. RGB value is (239,244,223). Sum of RGB (Red+Green+Blue) = 239+244+223=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 244 (95.70% from 255 or 34.56% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4DF is #100B20. Grayscale: #F0F0F0. Windows color (decimal): -1051425 or 14677231. OLE color: 14677231.
HSL color Cylindrical-coordinate representation of color #EFF4DF: hue angle of 74.29º degrees, saturation: 0.49, 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 #EFF4DF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 223 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 74.29º | 0.49% | 0.92% | - |
| HSV(B) | 74.29º | 0.09% | 0.96% | - |
| XYZ | 81.27 | 88.38 | 82.59 | - |
| YUV | 240.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 223 | 0.02 | 0 | 0.09 | 0.04 | 74.29 | 0.49 | 0.92 |
| Hex | EF | F4 | DF | 2 | 0 | 9 | 4 | 4A | 31 | 5C |
| Octal | 357 | 364 | 337 | 2 | 0 | 11 | 4 | 112 | 61 | 134 |
| Binary | 11101111 | 11110100 | 11011111 | 10 | 0 | 1001 | 100 | 1001010 | 110001 | 1011100 |
Color Harmonies of #EFF4DF
Complementary color
Monochromatic Colors of #EFF4DF
Black with #EFF4DF
Text Example
Text Example
White with #EFF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4DF; }
p { color: rgb(239,244,223); }
H1.HeaderClassName
{
color: #EFF4DF;
}
.AnyTagClassName
{
color: #EFF4DF;
}
</style>
background-color css
<style>
a { background-color: #EFF4DF; }
a { background-color: rgb(239,244,223); }
div.DivClassName
{
background-color: #EFF4DF;
}
.BgClassName
{
background-color: #EFF4DF;
}
</style>
border-color css
<style>
span { border-color: #EFF4DF; }
span { border-color: rgb(239,244,223); }
td.TdClassName
{
border-color: #EFF4DF;
}
.TagClassName
{
border-color: #EFF4DF;
}
</style>