Shades of Saltpan #EEF1E5
Tints of Saltpan #EEF1E5
RGB
CMYK
RGB Variations
Color information
#EEF1E5 (or 0xEEF1E5) is known color: Saltpan. HEX triplet: EE, F1 and E5. RGB value is (238,241,229). Sum of RGB (Red+Green+Blue) = 238+241+229=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 229 (89.84% from 255 or 32.34% from 708); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1E5 is #110E1A. Grayscale: #EEEEEE. Windows color (decimal): -1117723 or 15069678. OLE color: 15069678.
HSL color Cylindrical-coordinate representation of color #EEF1E5: hue angle of 75º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF1E5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 241 | 229 | - |
CMYK | 0.01 | 0 | 0.05 | 0.05 |
HSL | 75º | 0.3% | 0.92% | - |
HSV(B) | 75º | 0.05% | 0.95% | - |
XYZ | 80.86 | 86.74 | 86.61 | - |
YUV | 238.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 241 | 229 | 0.01 | 0 | 0.05 | 0.05 | 75 | 0.3 | 0.92 |
Hex | EE | F1 | E5 | 1 | 0 | 5 | 5 | 4B | 1E | 5C |
Octal | 356 | 361 | 345 | 1 | 0 | 5 | 5 | 113 | 36 | 134 |
Binary | 11101110 | 11110001 | 11100101 | 1 | 0 | 101 | 101 | 1001011 | 11110 | 1011100 |
Color Harmonies of #EEF1E5
Complementary color
Monochromatic Colors of #EEF1E5
Black with #EEF1E5
Text Example
Text Example
White with #EEF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1E5; }
p { color: rgb(238,241,229); }
H1.HeaderClassName
{
color: #EEF1E5;
}
.AnyTagClassName
{
color: #EEF1E5;
}
</style>
background-color css
<style>
a { background-color: #EEF1E5; }
a { background-color: rgb(238,241,229); }
div.DivClassName
{
background-color: #EEF1E5;
}
.BgClassName
{
background-color: #EEF1E5;
}
</style>
border-color css
<style>
span { border-color: #EEF1E5; }
span { border-color: rgb(238,241,229); }
td.TdClassName
{
border-color: #EEF1E5;
}
.TagClassName
{
border-color: #EEF1E5;
}
</style>