Shades of Saltpan #EFF7E0
Tints of Saltpan #EFF7E0
RGB
CMYK
RGB Variations
Color information
#EFF7E0 (or 0xEFF7E0) is known color: Saltpan. HEX triplet: EF, F7 and E0. RGB value is (239,247,224). Sum of RGB (Red+Green+Blue) = 239+247+224=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 247 (96.88% from 255 or 34.79% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7E0 is #10081F. Grayscale: #F2F2F2. Windows color (decimal): -1050656 or 14743535. OLE color: 14743535.
HSL color Cylindrical-coordinate representation of color #EFF7E0: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF7E0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 224 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.03 |
| HSL | 80.87º | 0.59% | 0.92% | - |
| HSV(B) | 80.87º | 0.09% | 0.97% | - |
| XYZ | 82.31 | 90.25 | 83.6 | - |
| YUV | 241.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 224 | 0.03 | 0 | 0.09 | 0.03 | 80.87 | 0.59 | 0.92 |
| Hex | EF | F7 | E0 | 3 | 0 | 9 | 3 | 51 | 3B | 5C |
| Octal | 357 | 367 | 340 | 3 | 0 | 11 | 3 | 121 | 73 | 134 |
| Binary | 11101111 | 11110111 | 11100000 | 11 | 0 | 1001 | 11 | 1010001 | 111011 | 1011100 |
Color Harmonies of #EFF7E0
Complementary color
Monochromatic Colors of #EFF7E0
Black with #EFF7E0
Text Example
Text Example
White with #EFF7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7E0; }
p { color: rgb(239,247,224); }
H1.HeaderClassName
{
color: #EFF7E0;
}
.AnyTagClassName
{
color: #EFF7E0;
}
</style>
background-color css
<style>
a { background-color: #EFF7E0; }
a { background-color: rgb(239,247,224); }
div.DivClassName
{
background-color: #EFF7E0;
}
.BgClassName
{
background-color: #EFF7E0;
}
</style>
border-color css
<style>
span { border-color: #EFF7E0; }
span { border-color: rgb(239,247,224); }
td.TdClassName
{
border-color: #EFF7E0;
}
.TagClassName
{
border-color: #EFF7E0;
}
</style>