Shades of Saltpan #EEF9E0
Tints of Saltpan #EEF9E0
RGB
CMYK
RGB Variations
Color information
#EEF9E0 (or 0xEEF9E0) is known color: Saltpan. HEX triplet: EE, F9 and E0. RGB value is (238,249,224). Sum of RGB (Red+Green+Blue) = 238+249+224=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 249 (97.66% from 255 or 35.02% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9E0 is #11061F. Grayscale: #F2F2F2. Windows color (decimal): -1115680 or 14744046. OLE color: 14744046.
HSL color Cylindrical-coordinate representation of color #EEF9E0: hue angle of 86.4º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF9E0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 224 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.02 |
| HSL | 86.4º | 0.68% | 0.93% | - |
| HSV(B) | 86.4º | 0.1% | 0.98% | - |
| XYZ | 82.59 | 91.31 | 83.79 | - |
| YUV | 242.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 224 | 0.04 | 0 | 0.10 | 0.02 | 86.4 | 0.68 | 0.93 |
| Hex | EE | F9 | E0 | 4 | 0 | A | 2 | 56 | 44 | 5D |
| Octal | 356 | 371 | 340 | 4 | 0 | 12 | 2 | 126 | 104 | 135 |
| Binary | 11101110 | 11111001 | 11100000 | 100 | 0 | 1010 | 10 | 1010110 | 1000100 | 1011101 |
Color Harmonies of #EEF9E0
Complementary color
Monochromatic Colors of #EEF9E0
Black with #EEF9E0
Text Example
Text Example
White with #EEF9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9E0; }
p { color: rgb(238,249,224); }
H1.HeaderClassName
{
color: #EEF9E0;
}
.AnyTagClassName
{
color: #EEF9E0;
}
</style>
background-color css
<style>
a { background-color: #EEF9E0; }
a { background-color: rgb(238,249,224); }
div.DivClassName
{
background-color: #EEF9E0;
}
.BgClassName
{
background-color: #EEF9E0;
}
</style>
border-color css
<style>
span { border-color: #EEF9E0; }
span { border-color: rgb(238,249,224); }
td.TdClassName
{
border-color: #EEF9E0;
}
.TagClassName
{
border-color: #EEF9E0;
}
</style>