Shades of Saltpan #EFF5E4
Tints of Saltpan #EFF5E4
RGB
CMYK
RGB Variations
Color information
#EFF5E4 (or 0xEFF5E4) is known color: Saltpan. HEX triplet: EF, F5 and E4. RGB value is (239,245,228). Sum of RGB (Red+Green+Blue) = 239+245+228=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5E4 is #100A1B. Grayscale: #F1F1F1. Windows color (decimal): -1051164 or 15005167. OLE color: 15005167.
HSL color Cylindrical-coordinate representation of color #EFF5E4: hue angle of 81.18º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF5E4 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 245 | 228 | - |
CMYK | 0.02 | 0 | 0.07 | 0.04 |
HSL | 81.18º | 0.46% | 0.93% | - |
HSV(B) | 81.18º | 0.07% | 0.96% | - |
XYZ | 82.25 | 89.26 | 86.29 | - |
YUV | 241.27 | 120.51 | 126.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 245 | 228 | 0.02 | 0 | 0.07 | 0.04 | 81.18 | 0.46 | 0.93 |
Hex | EF | F5 | E4 | 2 | 0 | 7 | 4 | 51 | 2E | 5D |
Octal | 357 | 365 | 344 | 2 | 0 | 7 | 4 | 121 | 56 | 135 |
Binary | 11101111 | 11110101 | 11100100 | 10 | 0 | 111 | 100 | 1010001 | 101110 | 1011101 |
Color Harmonies of #EFF5E4
Complementary color
Monochromatic Colors of #EFF5E4
Black with #EFF5E4
Text Example
Text Example
White with #EFF5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5E4; }
p { color: rgb(239,245,228); }
H1.HeaderClassName
{
color: #EFF5E4;
}
.AnyTagClassName
{
color: #EFF5E4;
}
</style>
background-color css
<style>
a { background-color: #EFF5E4; }
a { background-color: rgb(239,245,228); }
div.DivClassName
{
background-color: #EFF5E4;
}
.BgClassName
{
background-color: #EFF5E4;
}
</style>
border-color css
<style>
span { border-color: #EFF5E4; }
span { border-color: rgb(239,245,228); }
td.TdClassName
{
border-color: #EFF5E4;
}
.TagClassName
{
border-color: #EFF5E4;
}
</style>