Shades of Saltpan #EEF2E9
Tints of Saltpan #EEF2E9
RGB
CMYK
RGB Variations
Color information
#EEF2E9 (or 0xEEF2E9) is known color: Saltpan. HEX triplet: EE, F2 and E9. RGB value is (238,242,233). Sum of RGB (Red+Green+Blue) = 238+242+233=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2E9 is #110D16. Grayscale: #EFEFEF. Windows color (decimal): -1117463 or 15332078. OLE color: 15332078.
HSL color Cylindrical-coordinate representation of color #EEF2E9: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEF2E9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 242 | 233 | - |
CMYK | 0.02 | 0 | 0.04 | 0.05 |
HSL | 86.67º | 0.26% | 0.93% | - |
HSV(B) | 86.67º | 0.04% | 0.95% | - |
XYZ | 81.72 | 87.56 | 89.69 | - |
YUV | 239.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 242 | 233 | 0.02 | 0 | 0.04 | 0.05 | 86.67 | 0.26 | 0.93 |
Hex | EE | F2 | E9 | 2 | 0 | 4 | 5 | 57 | 1A | 5D |
Octal | 356 | 362 | 351 | 2 | 0 | 4 | 5 | 127 | 32 | 135 |
Binary | 11101110 | 11110010 | 11101001 | 10 | 0 | 100 | 101 | 1010111 | 11010 | 1011101 |
Color Harmonies of #EEF2E9
Complementary color
Monochromatic Colors of #EEF2E9
Black with #EEF2E9
Text Example
Text Example
White with #EEF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2E9; }
p { color: rgb(238,242,233); }
H1.HeaderClassName
{
color: #EEF2E9;
}
.AnyTagClassName
{
color: #EEF2E9;
}
</style>
background-color css
<style>
a { background-color: #EEF2E9; }
a { background-color: rgb(238,242,233); }
div.DivClassName
{
background-color: #EEF2E9;
}
.BgClassName
{
background-color: #EEF2E9;
}
</style>
border-color css
<style>
span { border-color: #EEF2E9; }
span { border-color: rgb(238,242,233); }
td.TdClassName
{
border-color: #EEF2E9;
}
.TagClassName
{
border-color: #EEF2E9;
}
</style>