Shades of Saltpan #EFF8E5
Tints of Saltpan #EFF8E5
RGB
CMYK
RGB Variations
Color information
#EFF8E5 (or 0xEFF8E5) is known color: Saltpan. HEX triplet: EF, F8 and E5. RGB value is (239,248,229). Sum of RGB (Red+Green+Blue) = 239+248+229=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8E5 is #10071A. Grayscale: #F3F3F3. Windows color (decimal): -1050395 or 15071471. OLE color: 15071471.
HSL color Cylindrical-coordinate representation of color #EFF8E5: hue angle of 88.42º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF8E5 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 229 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.03 |
| HSL | 88.42º | 0.58% | 0.94% | - |
| HSV(B) | 88.42º | 0.08% | 0.97% | - |
| XYZ | 83.31 | 91.14 | 87.33 | - |
| YUV | 243.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 229 | 0.04 | 0 | 0.08 | 0.03 | 88.42 | 0.58 | 0.94 |
| Hex | EF | F8 | E5 | 4 | 0 | 8 | 3 | 58 | 3A | 5E |
| Octal | 357 | 370 | 345 | 4 | 0 | 10 | 3 | 130 | 72 | 136 |
| Binary | 11101111 | 11111000 | 11100101 | 100 | 0 | 1000 | 11 | 1011000 | 111010 | 1011110 |
Color Harmonies of #EFF8E5
Complementary color
Monochromatic Colors of #EFF8E5
Black with #EFF8E5
Text Example
Text Example
White with #EFF8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8E5; }
p { color: rgb(239,248,229); }
H1.HeaderClassName
{
color: #EFF8E5;
}
.AnyTagClassName
{
color: #EFF8E5;
}
</style>
background-color css
<style>
a { background-color: #EFF8E5; }
a { background-color: rgb(239,248,229); }
div.DivClassName
{
background-color: #EFF8E5;
}
.BgClassName
{
background-color: #EFF8E5;
}
</style>
border-color css
<style>
span { border-color: #EFF8E5; }
span { border-color: rgb(239,248,229); }
td.TdClassName
{
border-color: #EFF8E5;
}
.TagClassName
{
border-color: #EFF8E5;
}
</style>