Shades of Saltpan #EEF1E4
Tints of Saltpan #EEF1E4
RGB
CMYK
RGB Variations
Color information
#EEF1E4 (or 0xEEF1E4) is known color: Saltpan. HEX triplet: EE, F1 and E4. RGB value is (238,241,228). Sum of RGB (Red+Green+Blue) = 238+241+228=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1E4 is #110E1B. Grayscale: #EEEEEE. Windows color (decimal): -1117724 or 15004142. OLE color: 15004142.
HSL color Cylindrical-coordinate representation of color #EEF1E4: hue angle of 73.85º degrees, saturation: 0.32, 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 #EEF1E4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 228 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.05 |
| HSL | 73.85º | 0.32% | 0.92% | - |
| HSV(B) | 73.85º | 0.05% | 0.95% | - |
| XYZ | 80.72 | 86.69 | 85.88 | - |
| YUV | 238.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 228 | 0.01 | 0 | 0.05 | 0.05 | 73.85 | 0.32 | 0.92 |
| Hex | EE | F1 | E4 | 1 | 0 | 5 | 5 | 4A | 20 | 5C |
| Octal | 356 | 361 | 344 | 1 | 0 | 5 | 5 | 112 | 40 | 134 |
| Binary | 11101110 | 11110001 | 11100100 | 1 | 0 | 101 | 101 | 1001010 | 100000 | 1011100 |
Color Harmonies of #EEF1E4
Complementary color
Monochromatic Colors of #EEF1E4
Black with #EEF1E4
Text Example
Text Example
White with #EEF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1E4; }
p { color: rgb(238,241,228); }
H1.HeaderClassName
{
color: #EEF1E4;
}
.AnyTagClassName
{
color: #EEF1E4;
}
</style>
background-color css
<style>
a { background-color: #EEF1E4; }
a { background-color: rgb(238,241,228); }
div.DivClassName
{
background-color: #EEF1E4;
}
.BgClassName
{
background-color: #EEF1E4;
}
</style>
border-color css
<style>
span { border-color: #EEF1E4; }
span { border-color: rgb(238,241,228); }
td.TdClassName
{
border-color: #EEF1E4;
}
.TagClassName
{
border-color: #EEF1E4;
}
</style>