Shades of Saltpan #EEF8E0
Tints of Saltpan #EEF8E0
RGB
CMYK
RGB Variations
Color information
#EEF8E0 (or 0xEEF8E0) is known color: Saltpan. HEX triplet: EE, F8 and E0. RGB value is (238,248,224). Sum of RGB (Red+Green+Blue) = 238+248+224=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8E0 is #11071F. Grayscale: #F2F2F2. Windows color (decimal): -1115936 or 14743790. OLE color: 14743790.
HSL color Cylindrical-coordinate representation of color #EEF8E0: hue angle of 85º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF8E0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 224 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.03 |
| HSL | 85º | 0.63% | 0.93% | - |
| HSV(B) | 85º | 0.1% | 0.97% | - |
| XYZ | 82.28 | 90.69 | 83.69 | - |
| YUV | 242.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 224 | 0.04 | 0 | 0.10 | 0.03 | 85 | 0.63 | 0.93 |
| Hex | EE | F8 | E0 | 4 | 0 | A | 3 | 55 | 3F | 5D |
| Octal | 356 | 370 | 340 | 4 | 0 | 12 | 3 | 125 | 77 | 135 |
| Binary | 11101110 | 11111000 | 11100000 | 100 | 0 | 1010 | 11 | 1010101 | 111111 | 1011101 |
Color Harmonies of #EEF8E0
Complementary color
Monochromatic Colors of #EEF8E0
Black with #EEF8E0
Text Example
Text Example
White with #EEF8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8E0; }
p { color: rgb(238,248,224); }
H1.HeaderClassName
{
color: #EEF8E0;
}
.AnyTagClassName
{
color: #EEF8E0;
}
</style>
background-color css
<style>
a { background-color: #EEF8E0; }
a { background-color: rgb(238,248,224); }
div.DivClassName
{
background-color: #EEF8E0;
}
.BgClassName
{
background-color: #EEF8E0;
}
</style>
border-color css
<style>
span { border-color: #EEF8E0; }
span { border-color: rgb(238,248,224); }
td.TdClassName
{
border-color: #EEF8E0;
}
.TagClassName
{
border-color: #EEF8E0;
}
</style>