Shades of Saltpan #EFF3EA
Tints of Saltpan #EFF3EA
RGB
CMYK
RGB Variations
Color information
#EFF3EA (or 0xEFF3EA) is known color: Saltpan. HEX triplet: EF, F3 and EA. RGB value is (239,243,234). Sum of RGB (Red+Green+Blue) = 239+243+234=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3EA is #100C15. Grayscale: #F0F0F0. Windows color (decimal): -1051670 or 15397871. OLE color: 15397871.
HSL color Cylindrical-coordinate representation of color #EFF3EA: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF3EA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 234 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.05 |
| HSL | 86.67º | 0.27% | 0.94% | - |
| HSV(B) | 86.67º | 0.04% | 0.95% | - |
| XYZ | 82.5 | 88.39 | 90.56 | - |
| YUV | 240.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 234 | 0.02 | 0 | 0.04 | 0.05 | 86.67 | 0.27 | 0.94 |
| Hex | EF | F3 | EA | 2 | 0 | 4 | 5 | 57 | 1B | 5E |
| Octal | 357 | 363 | 352 | 2 | 0 | 4 | 5 | 127 | 33 | 136 |
| Binary | 11101111 | 11110011 | 11101010 | 10 | 0 | 100 | 101 | 1010111 | 11011 | 1011110 |
Color Harmonies of #EFF3EA
Complementary color
Monochromatic Colors of #EFF3EA
Black with #EFF3EA
Text Example
Text Example
White with #EFF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3EA; }
p { color: rgb(239,243,234); }
H1.HeaderClassName
{
color: #EFF3EA;
}
.AnyTagClassName
{
color: #EFF3EA;
}
</style>
background-color css
<style>
a { background-color: #EFF3EA; }
a { background-color: rgb(239,243,234); }
div.DivClassName
{
background-color: #EFF3EA;
}
.BgClassName
{
background-color: #EFF3EA;
}
</style>
border-color css
<style>
span { border-color: #EFF3EA; }
span { border-color: rgb(239,243,234); }
td.TdClassName
{
border-color: #EFF3EA;
}
.TagClassName
{
border-color: #EFF3EA;
}
</style>