Shades of Saltpan #EEF5DC
Tints of Saltpan #EEF5DC
RGB
CMYK
RGB Variations
Color information
#EEF5DC (or 0xEEF5DC) is known color: Saltpan. HEX triplet: EE, F5 and DC. RGB value is (238,245,220). Sum of RGB (Red+Green+Blue) = 238+245+220=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5DC is #110A23. Grayscale: #F0F0F0. Windows color (decimal): -1116708 or 14480878. OLE color: 14480878.
HSL color Cylindrical-coordinate representation of color #EEF5DC: hue angle of 76.8º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF5DC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 220 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.04 |
| HSL | 76.8º | 0.56% | 0.91% | - |
| HSV(B) | 76.8º | 0.1% | 0.96% | - |
| XYZ | 80.83 | 88.65 | 80.56 | - |
| YUV | 240.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 220 | 0.03 | 0 | 0.10 | 0.04 | 76.8 | 0.56 | 0.91 |
| Hex | EE | F5 | DC | 3 | 0 | A | 4 | 4D | 38 | 5B |
| Octal | 356 | 365 | 334 | 3 | 0 | 12 | 4 | 115 | 70 | 133 |
| Binary | 11101110 | 11110101 | 11011100 | 11 | 0 | 1010 | 100 | 1001101 | 111000 | 1011011 |
Color Harmonies of #EEF5DC
Complementary color
Monochromatic Colors of #EEF5DC
Black with #EEF5DC
Text Example
Text Example
White with #EEF5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5DC; }
p { color: rgb(238,245,220); }
H1.HeaderClassName
{
color: #EEF5DC;
}
.AnyTagClassName
{
color: #EEF5DC;
}
</style>
background-color css
<style>
a { background-color: #EEF5DC; }
a { background-color: rgb(238,245,220); }
div.DivClassName
{
background-color: #EEF5DC;
}
.BgClassName
{
background-color: #EEF5DC;
}
</style>
border-color css
<style>
span { border-color: #EEF5DC; }
span { border-color: rgb(238,245,220); }
td.TdClassName
{
border-color: #EEF5DC;
}
.TagClassName
{
border-color: #EEF5DC;
}
</style>