Shades of Saltpan #EFF8E3
Tints of Saltpan #EFF8E3
RGB
CMYK
RGB Variations
Color information
#EFF8E3 (or 0xEFF8E3) is known color: Saltpan. HEX triplet: EF, F8 and E3. RGB value is (239,248,227). Sum of RGB (Red+Green+Blue) = 239+248+227=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 248 (97.27% from 255 or 34.73% from 714); Blue value is 227 (89.06% from 255 or 31.79% from 714); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8E3 is #10071C. Grayscale: #F2F2F2. Windows color (decimal): -1050397 or 14940399. OLE color: 14940399.
HSL color Cylindrical-coordinate representation of color #EFF8E3: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF8E3 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 227 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.03 |
| HSL | 85.71º | 0.6% | 0.93% | - |
| HSV(B) | 85.71º | 0.08% | 0.97% | - |
| XYZ | 83.03 | 91.03 | 85.87 | - |
| YUV | 242.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 227 | 0.04 | 0 | 0.08 | 0.03 | 85.71 | 0.6 | 0.93 |
| Hex | EF | F8 | E3 | 4 | 0 | 8 | 3 | 56 | 3C | 5D |
| Octal | 357 | 370 | 343 | 4 | 0 | 10 | 3 | 126 | 74 | 135 |
| Binary | 11101111 | 11111000 | 11100011 | 100 | 0 | 1000 | 11 | 1010110 | 111100 | 1011101 |
Color Harmonies of #EFF8E3
Complementary color
Monochromatic Colors of #EFF8E3
Black with #EFF8E3
Text Example
Text Example
White with #EFF8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8E3; }
p { color: rgb(239,248,227); }
H1.HeaderClassName
{
color: #EFF8E3;
}
.AnyTagClassName
{
color: #EFF8E3;
}
</style>
background-color css
<style>
a { background-color: #EFF8E3; }
a { background-color: rgb(239,248,227); }
div.DivClassName
{
background-color: #EFF8E3;
}
.BgClassName
{
background-color: #EFF8E3;
}
</style>
border-color css
<style>
span { border-color: #EFF8E3; }
span { border-color: rgb(239,248,227); }
td.TdClassName
{
border-color: #EFF8E3;
}
.TagClassName
{
border-color: #EFF8E3;
}
</style>