Shades of Saltpan #EEF5E4
Tints of Saltpan #EEF5E4
RGB
CMYK
RGB Variations
Color information
#EEF5E4 (or 0xEEF5E4) is known color: Saltpan. HEX triplet: EE, F5 and E4. RGB value is (238,245,228). Sum of RGB (Red+Green+Blue) = 238+245+228=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 245 (96.09% from 255 or 34.46% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5E4 is #110A1B. Grayscale: #F1F1F1. Windows color (decimal): -1116700 or 15005166. OLE color: 15005166.
HSL color Cylindrical-coordinate representation of color #EEF5E4: hue angle of 84.71º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF5E4 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 245 | 228 | - |
CMYK | 0.03 | 0 | 0.07 | 0.04 |
HSL | 84.71º | 0.46% | 0.93% | - |
HSV(B) | 84.71º | 0.07% | 0.96% | - |
XYZ | 81.92 | 89.08 | 86.28 | - |
YUV | 240.97 | 120.68 | 125.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 245 | 228 | 0.03 | 0 | 0.07 | 0.04 | 84.71 | 0.46 | 0.93 |
Hex | EE | F5 | E4 | 3 | 0 | 7 | 4 | 55 | 2E | 5D |
Octal | 356 | 365 | 344 | 3 | 0 | 7 | 4 | 125 | 56 | 135 |
Binary | 11101110 | 11110101 | 11100100 | 11 | 0 | 111 | 100 | 1010101 | 101110 | 1011101 |
Color Harmonies of #EEF5E4
Complementary color
Monochromatic Colors of #EEF5E4
Black with #EEF5E4
Text Example
Text Example
White with #EEF5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5E4; }
p { color: rgb(238,245,228); }
H1.HeaderClassName
{
color: #EEF5E4;
}
.AnyTagClassName
{
color: #EEF5E4;
}
</style>
background-color css
<style>
a { background-color: #EEF5E4; }
a { background-color: rgb(238,245,228); }
div.DivClassName
{
background-color: #EEF5E4;
}
.BgClassName
{
background-color: #EEF5E4;
}
</style>
border-color css
<style>
span { border-color: #EEF5E4; }
span { border-color: rgb(238,245,228); }
td.TdClassName
{
border-color: #EEF5E4;
}
.TagClassName
{
border-color: #EEF5E4;
}
</style>