Shades of Saltpan #EFF5E2
Tints of Saltpan #EFF5E2
RGB
CMYK
RGB Variations
Color information
#EFF5E2 (or 0xEFF5E2) is known color: Saltpan. HEX triplet: EF, F5 and E2. RGB value is (239,245,226). Sum of RGB (Red+Green+Blue) = 239+245+226=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5E2 is #100A1D. Grayscale: #F1F1F1. Windows color (decimal): -1051166 or 14874095. OLE color: 14874095.
HSL color Cylindrical-coordinate representation of color #EFF5E2: hue angle of 78.95º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF5E2 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 245 | 226 | - |
CMYK | 0.02 | 0 | 0.08 | 0.04 |
HSL | 78.95º | 0.49% | 0.92% | - |
HSV(B) | 78.95º | 0.08% | 0.96% | - |
XYZ | 81.98 | 89.15 | 84.84 | - |
YUV | 241.04 | 119.51 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 245 | 226 | 0.02 | 0 | 0.08 | 0.04 | 78.95 | 0.49 | 0.92 |
Hex | EF | F5 | E2 | 2 | 0 | 8 | 4 | 4F | 31 | 5C |
Octal | 357 | 365 | 342 | 2 | 0 | 10 | 4 | 117 | 61 | 134 |
Binary | 11101111 | 11110101 | 11100010 | 10 | 0 | 1000 | 100 | 1001111 | 110001 | 1011100 |
Color Harmonies of #EFF5E2
Complementary color
Monochromatic Colors of #EFF5E2
Black with #EFF5E2
Text Example
Text Example
White with #EFF5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5E2; }
p { color: rgb(239,245,226); }
H1.HeaderClassName
{
color: #EFF5E2;
}
.AnyTagClassName
{
color: #EFF5E2;
}
</style>
background-color css
<style>
a { background-color: #EFF5E2; }
a { background-color: rgb(239,245,226); }
div.DivClassName
{
background-color: #EFF5E2;
}
.BgClassName
{
background-color: #EFF5E2;
}
</style>
border-color css
<style>
span { border-color: #EFF5E2; }
span { border-color: rgb(239,245,226); }
td.TdClassName
{
border-color: #EFF5E2;
}
.TagClassName
{
border-color: #EFF5E2;
}
</style>