Shades of Saltpan #EFF7E2
Tints of Saltpan #EFF7E2
RGB
CMYK
RGB Variations
Color information
#EFF7E2 (or 0xEFF7E2) is known color: Saltpan. HEX triplet: EF, F7 and E2. RGB value is (239,247,226). Sum of RGB (Red+Green+Blue) = 239+247+226=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 247 (96.88% from 255 or 34.69% from 712); Blue value is 226 (88.67% from 255 or 31.74% from 712); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7E2 is #10081D. Grayscale: #F2F2F2. Windows color (decimal): -1050654 or 14874607. OLE color: 14874607.
HSL color Cylindrical-coordinate representation of color #EFF7E2: hue angle of 82.86º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF7E2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 247 | 226 | - |
CMYK | 0.03 | 0 | 0.09 | 0.03 |
HSL | 82.86º | 0.57% | 0.93% | - |
HSV(B) | 82.86º | 0.09% | 0.97% | - |
XYZ | 82.58 | 90.36 | 85.04 | - |
YUV | 242.21 | 118.85 | 125.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 247 | 226 | 0.03 | 0 | 0.09 | 0.03 | 82.86 | 0.57 | 0.93 |
Hex | EF | F7 | E2 | 3 | 0 | 9 | 3 | 53 | 39 | 5D |
Octal | 357 | 367 | 342 | 3 | 0 | 11 | 3 | 123 | 71 | 135 |
Binary | 11101111 | 11110111 | 11100010 | 11 | 0 | 1001 | 11 | 1010011 | 111001 | 1011101 |
Color Harmonies of #EFF7E2
Complementary color
Monochromatic Colors of #EFF7E2
Black with #EFF7E2
Text Example
Text Example
White with #EFF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7E2; }
p { color: rgb(239,247,226); }
H1.HeaderClassName
{
color: #EFF7E2;
}
.AnyTagClassName
{
color: #EFF7E2;
}
</style>
background-color css
<style>
a { background-color: #EFF7E2; }
a { background-color: rgb(239,247,226); }
div.DivClassName
{
background-color: #EFF7E2;
}
.BgClassName
{
background-color: #EFF7E2;
}
</style>
border-color css
<style>
span { border-color: #EFF7E2; }
span { border-color: rgb(239,247,226); }
td.TdClassName
{
border-color: #EFF7E2;
}
.TagClassName
{
border-color: #EFF7E2;
}
</style>