Shades of Saltpan #EFF2EA
Tints of Saltpan #EFF2EA
RGB
CMYK
RGB Variations
Color information
#EFF2EA (or 0xEFF2EA) is known color: Saltpan. HEX triplet: EF, F2 and EA. RGB value is (239,242,234). Sum of RGB (Red+Green+Blue) = 239+242+234=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2EA is #100D15. Grayscale: #F0F0F0. Windows color (decimal): -1051926 or 15397615. OLE color: 15397615.
HSL color Cylindrical-coordinate representation of color #EFF2EA: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF2EA is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 234 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.05 |
| HSL | 82.5º | 0.24% | 0.93% | - |
| HSV(B) | 82.5º | 0.03% | 0.95% | - |
| XYZ | 82.2 | 87.8 | 90.46 | - |
| YUV | 240.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 234 | 0.01 | 0 | 0.03 | 0.05 | 82.5 | 0.24 | 0.93 |
| Hex | EF | F2 | EA | 1 | 0 | 3 | 5 | 52 | 18 | 5D |
| Octal | 357 | 362 | 352 | 1 | 0 | 3 | 5 | 122 | 30 | 135 |
| Binary | 11101111 | 11110010 | 11101010 | 1 | 0 | 11 | 101 | 1010010 | 11000 | 1011101 |
Color Harmonies of #EFF2EA
Complementary color
Monochromatic Colors of #EFF2EA
Black with #EFF2EA
Text Example
Text Example
White with #EFF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2EA; }
p { color: rgb(239,242,234); }
H1.HeaderClassName
{
color: #EFF2EA;
}
.AnyTagClassName
{
color: #EFF2EA;
}
</style>
background-color css
<style>
a { background-color: #EFF2EA; }
a { background-color: rgb(239,242,234); }
div.DivClassName
{
background-color: #EFF2EA;
}
.BgClassName
{
background-color: #EFF2EA;
}
</style>
border-color css
<style>
span { border-color: #EFF2EA; }
span { border-color: rgb(239,242,234); }
td.TdClassName
{
border-color: #EFF2EA;
}
.TagClassName
{
border-color: #EFF2EA;
}
</style>