Shades of Saltpan #EFF5E7
Tints of Saltpan #EFF5E7
RGB
CMYK
RGB Variations
Color information
#EFF5E7 (or 0xEFF5E7) is known color: Saltpan. HEX triplet: EF, F5 and E7. RGB value is (239,245,231). Sum of RGB (Red+Green+Blue) = 239+245+231=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 231 (90.62% from 255 or 32.31% from 715); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5E7 is #100A18. Grayscale: #F1F1F1. Windows color (decimal): -1051161 or 15201775. OLE color: 15201775.
HSL color Cylindrical-coordinate representation of color #EFF5E7: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF5E7 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 245 | 231 | - |
CMYK | 0.02 | 0 | 0.06 | 0.04 |
HSL | 85.71º | 0.41% | 0.93% | - |
HSV(B) | 85.71º | 0.06% | 0.96% | - |
XYZ | 82.67 | 89.43 | 88.5 | - |
YUV | 241.61 | 122.01 | 126.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 245 | 231 | 0.02 | 0 | 0.06 | 0.04 | 85.71 | 0.41 | 0.93 |
Hex | EF | F5 | E7 | 2 | 0 | 6 | 4 | 56 | 29 | 5D |
Octal | 357 | 365 | 347 | 2 | 0 | 6 | 4 | 126 | 51 | 135 |
Binary | 11101111 | 11110101 | 11100111 | 10 | 0 | 110 | 100 | 1010110 | 101001 | 1011101 |
Color Harmonies of #EFF5E7
Complementary color
Monochromatic Colors of #EFF5E7
Black with #EFF5E7
Text Example
Text Example
White with #EFF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5E7; }
p { color: rgb(239,245,231); }
H1.HeaderClassName
{
color: #EFF5E7;
}
.AnyTagClassName
{
color: #EFF5E7;
}
</style>
background-color css
<style>
a { background-color: #EFF5E7; }
a { background-color: rgb(239,245,231); }
div.DivClassName
{
background-color: #EFF5E7;
}
.BgClassName
{
background-color: #EFF5E7;
}
</style>
border-color css
<style>
span { border-color: #EFF5E7; }
span { border-color: rgb(239,245,231); }
td.TdClassName
{
border-color: #EFF5E7;
}
.TagClassName
{
border-color: #EFF5E7;
}
</style>