Shades of Saltpan #EEF3E5
Tints of Saltpan #EEF3E5
RGB
CMYK
RGB Variations
Color information
#EEF3E5 (or 0xEEF3E5) is known color: Saltpan. HEX triplet: EE, F3 and E5. RGB value is (238,243,229). Sum of RGB (Red+Green+Blue) = 238+243+229=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 243 (95.31% from 255 or 34.23% from 710); Blue value is 229 (89.84% from 255 or 32.25% from 710); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3E5 is #110C1A. Grayscale: #EFEFEF. Windows color (decimal): -1117211 or 15070190. OLE color: 15070190.
HSL color Cylindrical-coordinate representation of color #EEF3E5: hue angle of 81.43º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF3E5 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 243 | 229 | - |
CMYK | 0.02 | 0 | 0.06 | 0.05 |
HSL | 81.43º | 0.37% | 0.93% | - |
HSV(B) | 81.43º | 0.06% | 0.95% | - |
XYZ | 81.45 | 87.94 | 86.81 | - |
YUV | 239.91 | 121.84 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 243 | 229 | 0.02 | 0 | 0.06 | 0.05 | 81.43 | 0.37 | 0.93 |
Hex | EE | F3 | E5 | 2 | 0 | 6 | 5 | 51 | 25 | 5D |
Octal | 356 | 363 | 345 | 2 | 0 | 6 | 5 | 121 | 45 | 135 |
Binary | 11101110 | 11110011 | 11100101 | 10 | 0 | 110 | 101 | 1010001 | 100101 | 1011101 |
Color Harmonies of #EEF3E5
Complementary color
Monochromatic Colors of #EEF3E5
Black with #EEF3E5
Text Example
Text Example
White with #EEF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3E5; }
p { color: rgb(238,243,229); }
H1.HeaderClassName
{
color: #EEF3E5;
}
.AnyTagClassName
{
color: #EEF3E5;
}
</style>
background-color css
<style>
a { background-color: #EEF3E5; }
a { background-color: rgb(238,243,229); }
div.DivClassName
{
background-color: #EEF3E5;
}
.BgClassName
{
background-color: #EEF3E5;
}
</style>
border-color css
<style>
span { border-color: #EEF3E5; }
span { border-color: rgb(238,243,229); }
td.TdClassName
{
border-color: #EEF3E5;
}
.TagClassName
{
border-color: #EEF3E5;
}
</style>