Shades of Saltpan #EEF5E6
Tints of Saltpan #EEF5E6
RGB
CMYK
RGB Variations
Color information
#EEF5E6 (or 0xEEF5E6) is known color: Saltpan. HEX triplet: EE, F5 and E6. RGB value is (238,245,230). Sum of RGB (Red+Green+Blue) = 238+245+230=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 245 (96.09% from 255 or 34.36% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5E6 is #110A19. Grayscale: #F1F1F1. Windows color (decimal): -1116698 or 15136238. OLE color: 15136238.
HSL color Cylindrical-coordinate representation of color #EEF5E6: hue angle of 88º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF5E6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 245 | 230 | - |
CMYK | 0.03 | 0 | 0.06 | 0.04 |
HSL | 88º | 0.43% | 0.93% | - |
HSV(B) | 88º | 0.06% | 0.96% | - |
XYZ | 82.2 | 89.2 | 87.75 | - |
YUV | 241.2 | 121.68 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 245 | 230 | 0.03 | 0 | 0.06 | 0.04 | 88 | 0.43 | 0.93 |
Hex | EE | F5 | E6 | 3 | 0 | 6 | 4 | 58 | 2B | 5D |
Octal | 356 | 365 | 346 | 3 | 0 | 6 | 4 | 130 | 53 | 135 |
Binary | 11101110 | 11110101 | 11100110 | 11 | 0 | 110 | 100 | 1011000 | 101011 | 1011101 |
Color Harmonies of #EEF5E6
Complementary color
Monochromatic Colors of #EEF5E6
Black with #EEF5E6
Text Example
Text Example
White with #EEF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5E6; }
p { color: rgb(238,245,230); }
H1.HeaderClassName
{
color: #EEF5E6;
}
.AnyTagClassName
{
color: #EEF5E6;
}
</style>
background-color css
<style>
a { background-color: #EEF5E6; }
a { background-color: rgb(238,245,230); }
div.DivClassName
{
background-color: #EEF5E6;
}
.BgClassName
{
background-color: #EEF5E6;
}
</style>
border-color css
<style>
span { border-color: #EEF5E6; }
span { border-color: rgb(238,245,230); }
td.TdClassName
{
border-color: #EEF5E6;
}
.TagClassName
{
border-color: #EEF5E6;
}
</style>