Shades of Saltpan #EFF4E1
Tints of Saltpan #EFF4E1
RGB
CMYK
RGB Variations
Color information
#EFF4E1 (or 0xEFF4E1) is known color: Saltpan. HEX triplet: EF, F4 and E1. RGB value is (239,244,225). Sum of RGB (Red+Green+Blue) = 239+244+225=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 244 (95.70% from 255 or 34.46% from 708); Blue value is 225 (88.28% from 255 or 31.78% from 708); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4E1 is #100B1E. Grayscale: #F0F0F0. Windows color (decimal): -1051423 or 14808303. OLE color: 14808303.
HSL color Cylindrical-coordinate representation of color #EFF4E1: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF4E1 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 225 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.04 |
| HSL | 75.79º | 0.46% | 0.92% | - |
| HSV(B) | 75.79º | 0.08% | 0.96% | - |
| XYZ | 81.54 | 88.49 | 84.02 | - |
| YUV | 240.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 225 | 0.02 | 0 | 0.08 | 0.04 | 75.79 | 0.46 | 0.92 |
| Hex | EF | F4 | E1 | 2 | 0 | 8 | 4 | 4C | 2E | 5C |
| Octal | 357 | 364 | 341 | 2 | 0 | 10 | 4 | 114 | 56 | 134 |
| Binary | 11101111 | 11110100 | 11100001 | 10 | 0 | 1000 | 100 | 1001100 | 101110 | 1011100 |
Color Harmonies of #EFF4E1
Complementary color
Monochromatic Colors of #EFF4E1
Black with #EFF4E1
Text Example
Text Example
White with #EFF4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4E1; }
p { color: rgb(239,244,225); }
H1.HeaderClassName
{
color: #EFF4E1;
}
.AnyTagClassName
{
color: #EFF4E1;
}
</style>
background-color css
<style>
a { background-color: #EFF4E1; }
a { background-color: rgb(239,244,225); }
div.DivClassName
{
background-color: #EFF4E1;
}
.BgClassName
{
background-color: #EFF4E1;
}
</style>
border-color css
<style>
span { border-color: #EFF4E1; }
span { border-color: rgb(239,244,225); }
td.TdClassName
{
border-color: #EFF4E1;
}
.TagClassName
{
border-color: #EFF4E1;
}
</style>