Shades of Saltpan #EFF1EB
Tints of Saltpan #EFF1EB
RGB
CMYK
RGB Variations
Color information
#EFF1EB (or 0xEFF1EB) is known color: Saltpan. HEX triplet: EF, F1 and EB. RGB value is (239,241,235). Sum of RGB (Red+Green+Blue) = 239+241+235=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1EB is #100E14. Grayscale: #EFEFEF. Windows color (decimal): -1052181 or 15462895. OLE color: 15462895.
HSL color Cylindrical-coordinate representation of color #EFF1EB: hue angle of 80º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF1EB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 235 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.05 |
| HSL | 80º | 0.18% | 0.93% | - |
| HSV(B) | 80º | 0.02% | 0.95% | - |
| XYZ | 82.05 | 87.26 | 91.12 | - |
| YUV | 239.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 235 | 0.01 | 0 | 0.02 | 0.05 | 80 | 0.18 | 0.93 |
| Hex | EF | F1 | EB | 1 | 0 | 2 | 5 | 50 | 12 | 5D |
| Octal | 357 | 361 | 353 | 1 | 0 | 2 | 5 | 120 | 22 | 135 |
| Binary | 11101111 | 11110001 | 11101011 | 1 | 0 | 10 | 101 | 1010000 | 10010 | 1011101 |
Color Harmonies of #EFF1EB
Complementary color
Monochromatic Colors of #EFF1EB
Black with #EFF1EB
Text Example
Text Example
White with #EFF1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1EB; }
p { color: rgb(239,241,235); }
H1.HeaderClassName
{
color: #EFF1EB;
}
.AnyTagClassName
{
color: #EFF1EB;
}
</style>
background-color css
<style>
a { background-color: #EFF1EB; }
a { background-color: rgb(239,241,235); }
div.DivClassName
{
background-color: #EFF1EB;
}
.BgClassName
{
background-color: #EFF1EB;
}
</style>
border-color css
<style>
span { border-color: #EFF1EB; }
span { border-color: rgb(239,241,235); }
td.TdClassName
{
border-color: #EFF1EB;
}
.TagClassName
{
border-color: #EFF1EB;
}
</style>