Shades of Saltpan #EFF4E3
Tints of Saltpan #EFF4E3
RGB
CMYK
RGB Variations
Color information
#EFF4E3 (or 0xEFF4E3) is known color: Saltpan. HEX triplet: EF, F4 and E3. RGB value is (239,244,227). Sum of RGB (Red+Green+Blue) = 239+244+227=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 244 (95.70% from 255 or 34.37% from 710); Blue value is 227 (89.06% from 255 or 31.97% from 710); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4E3 is #100B1C. Grayscale: #F0F0F0. Windows color (decimal): -1051421 or 14939375. OLE color: 14939375.
HSL color Cylindrical-coordinate representation of color #EFF4E3: hue angle of 77.65º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF4E3 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 227 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.04 |
| HSL | 77.65º | 0.44% | 0.92% | - |
| HSV(B) | 77.65º | 0.07% | 0.96% | - |
| XYZ | 81.81 | 88.6 | 85.46 | - |
| YUV | 240.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 227 | 0.02 | 0 | 0.07 | 0.04 | 77.65 | 0.44 | 0.92 |
| Hex | EF | F4 | E3 | 2 | 0 | 7 | 4 | 4E | 2C | 5C |
| Octal | 357 | 364 | 343 | 2 | 0 | 7 | 4 | 116 | 54 | 134 |
| Binary | 11101111 | 11110100 | 11100011 | 10 | 0 | 111 | 100 | 1001110 | 101100 | 1011100 |
Color Harmonies of #EFF4E3
Complementary color
Monochromatic Colors of #EFF4E3
Black with #EFF4E3
Text Example
Text Example
White with #EFF4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4E3; }
p { color: rgb(239,244,227); }
H1.HeaderClassName
{
color: #EFF4E3;
}
.AnyTagClassName
{
color: #EFF4E3;
}
</style>
background-color css
<style>
a { background-color: #EFF4E3; }
a { background-color: rgb(239,244,227); }
div.DivClassName
{
background-color: #EFF4E3;
}
.BgClassName
{
background-color: #EFF4E3;
}
</style>
border-color css
<style>
span { border-color: #EFF4E3; }
span { border-color: rgb(239,244,227); }
td.TdClassName
{
border-color: #EFF4E3;
}
.TagClassName
{
border-color: #EFF4E3;
}
</style>