Shades of Saltpan #EEF0EA
Tints of Saltpan #EEF0EA
RGB
CMYK
RGB Variations
Color information
#EEF0EA (or 0xEEF0EA) is known color: Saltpan. HEX triplet: EE, F0 and EA. RGB value is (238,240,234). Sum of RGB (Red+Green+Blue) = 238+240+234=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EA is #110F15. Grayscale: #EEEEEE. Windows color (decimal): -1117974 or 15397102. OLE color: 15397102.
HSL color Cylindrical-coordinate representation of color #EEF0EA: hue angle of 80º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF0EA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 240 | 234 | - |
CMYK | 0.01 | 0 | 0.02 | 0.06 |
HSL | 80º | 0.17% | 0.93% | - |
HSV(B) | 80º | 0.02% | 0.94% | - |
XYZ | 81.27 | 86.44 | 90.24 | - |
YUV | 238.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 240 | 234 | 0.01 | 0 | 0.02 | 0.06 | 80 | 0.17 | 0.93 |
Hex | EE | F0 | EA | 1 | 0 | 2 | 6 | 50 | 11 | 5D |
Octal | 356 | 360 | 352 | 1 | 0 | 2 | 6 | 120 | 21 | 135 |
Binary | 11101110 | 11110000 | 11101010 | 1 | 0 | 10 | 110 | 1010000 | 10001 | 1011101 |
Color Harmonies of #EEF0EA
Complementary color
Monochromatic Colors of #EEF0EA
Black with #EEF0EA
Text Example
Text Example
White with #EEF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0EA; }
p { color: rgb(238,240,234); }
H1.HeaderClassName
{
color: #EEF0EA;
}
.AnyTagClassName
{
color: #EEF0EA;
}
</style>
background-color css
<style>
a { background-color: #EEF0EA; }
a { background-color: rgb(238,240,234); }
div.DivClassName
{
background-color: #EEF0EA;
}
.BgClassName
{
background-color: #EEF0EA;
}
</style>
border-color css
<style>
span { border-color: #EEF0EA; }
span { border-color: rgb(238,240,234); }
td.TdClassName
{
border-color: #EEF0EA;
}
.TagClassName
{
border-color: #EEF0EA;
}
</style>