Shades of Saltpan #EEF6E2
Tints of Saltpan #EEF6E2
RGB
CMYK
RGB Variations
Color information
#EEF6E2 (or 0xEEF6E2) is known color: Saltpan. HEX triplet: EE, F6 and E2. RGB value is (238,246,226). Sum of RGB (Red+Green+Blue) = 238+246+226=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6E2 is #11091D. Grayscale: #F1F1F1. Windows color (decimal): -1116446 or 14874350. OLE color: 14874350.
HSL color Cylindrical-coordinate representation of color #EEF6E2: hue angle of 84º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEF6E2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 246 | 226 | - |
CMYK | 0.03 | 0 | 0.08 | 0.04 |
HSL | 84º | 0.53% | 0.93% | - |
HSV(B) | 84º | 0.08% | 0.96% | - |
XYZ | 81.94 | 89.58 | 84.92 | - |
YUV | 241.33 | 119.35 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 246 | 226 | 0.03 | 0 | 0.08 | 0.04 | 84 | 0.53 | 0.93 |
Hex | EE | F6 | E2 | 3 | 0 | 8 | 4 | 54 | 35 | 5D |
Octal | 356 | 366 | 342 | 3 | 0 | 10 | 4 | 124 | 65 | 135 |
Binary | 11101110 | 11110110 | 11100010 | 11 | 0 | 1000 | 100 | 1010100 | 110101 | 1011101 |
Color Harmonies of #EEF6E2
Complementary color
Monochromatic Colors of #EEF6E2
Black with #EEF6E2
Text Example
Text Example
White with #EEF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6E2; }
p { color: rgb(238,246,226); }
H1.HeaderClassName
{
color: #EEF6E2;
}
.AnyTagClassName
{
color: #EEF6E2;
}
</style>
background-color css
<style>
a { background-color: #EEF6E2; }
a { background-color: rgb(238,246,226); }
div.DivClassName
{
background-color: #EEF6E2;
}
.BgClassName
{
background-color: #EEF6E2;
}
</style>
border-color css
<style>
span { border-color: #EEF6E2; }
span { border-color: rgb(238,246,226); }
td.TdClassName
{
border-color: #EEF6E2;
}
.TagClassName
{
border-color: #EEF6E2;
}
</style>