Shades of Saltpan #EEF4DC
Tints of Saltpan #EEF4DC
RGB
CMYK
RGB Variations
Color information
#EEF4DC (or 0xEEF4DC) is known color: Saltpan. HEX triplet: EE, F4 and DC. RGB value is (238,244,220). Sum of RGB (Red+Green+Blue) = 238+244+220=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4DC is #110B23. Grayscale: #EFEFEF. Windows color (decimal): -1116964 or 14480622. OLE color: 14480622.
HSL color Cylindrical-coordinate representation of color #EEF4DC: hue angle of 75º degrees, saturation: 0.52, 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 #EEF4DC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 220 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.04 |
| HSL | 75º | 0.52% | 0.91% | - |
| HSV(B) | 75º | 0.1% | 0.96% | - |
| XYZ | 80.53 | 88.05 | 80.46 | - |
| YUV | 239.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 220 | 0.02 | 0 | 0.10 | 0.04 | 75 | 0.52 | 0.91 |
| Hex | EE | F4 | DC | 2 | 0 | A | 4 | 4B | 34 | 5B |
| Octal | 356 | 364 | 334 | 2 | 0 | 12 | 4 | 113 | 64 | 133 |
| Binary | 11101110 | 11110100 | 11011100 | 10 | 0 | 1010 | 100 | 1001011 | 110100 | 1011011 |
Color Harmonies of #EEF4DC
Complementary color
Monochromatic Colors of #EEF4DC
Black with #EEF4DC
Text Example
Text Example
White with #EEF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF4DC; }
p { color: rgb(238,244,220); }
H1.HeaderClassName
{
color: #EEF4DC;
}
.AnyTagClassName
{
color: #EEF4DC;
}
</style>
background-color css
<style>
a { background-color: #EEF4DC; }
a { background-color: rgb(238,244,220); }
div.DivClassName
{
background-color: #EEF4DC;
}
.BgClassName
{
background-color: #EEF4DC;
}
</style>
border-color css
<style>
span { border-color: #EEF4DC; }
span { border-color: rgb(238,244,220); }
td.TdClassName
{
border-color: #EEF4DC;
}
.TagClassName
{
border-color: #EEF4DC;
}
</style>