Shades of Saltpan #EEEFED
Tints of Saltpan #EEEFED
RGB
CMYK
RGB Variations
Color information
#EEEFED (or 0xEEEFED) is known color: Saltpan. HEX triplet: EE, EF and ED. RGB value is (238,239,237). Sum of RGB (Red+Green+Blue) = 238+239+237=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFED is #111012. Grayscale: #EEEEEE. Windows color (decimal): -1118227 or 15593454. OLE color: 15593454.
HSL color Cylindrical-coordinate representation of color #EEEFED: hue angle of 90º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEFED is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 239 | 237 | - |
CMYK | 0.00 | 0 | 0.01 | 0.06 |
HSL | 90º | 0.06% | 0.93% | - |
HSV(B) | 90º | 0.01% | 0.94% | - |
XYZ | 81.41 | 86.02 | 92.43 | - |
YUV | 238.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 239 | 237 | 0.00 | 0 | 0.01 | 0.06 | 90 | 0.06 | 0.93 |
Hex | EE | EF | ED | 0 | 0 | 1 | 6 | 5A | 6 | 5D |
Octal | 356 | 357 | 355 | 0 | 0 | 1 | 6 | 132 | 6 | 135 |
Binary | 11101110 | 11101111 | 11101101 | 0 | 0 | 1 | 110 | 1011010 | 110 | 1011101 |
Color Harmonies of #EEEFED
Complementary color
Monochromatic Colors of #EEEFED
Black with #EEEFED
Text Example
Text Example
White with #EEEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFED; }
p { color: rgb(238,239,237); }
H1.HeaderClassName
{
color: #EEEFED;
}
.AnyTagClassName
{
color: #EEEFED;
}
</style>
background-color css
<style>
a { background-color: #EEEFED; }
a { background-color: rgb(238,239,237); }
div.DivClassName
{
background-color: #EEEFED;
}
.BgClassName
{
background-color: #EEEFED;
}
</style>
border-color css
<style>
span { border-color: #EEEFED; }
span { border-color: rgb(238,239,237); }
td.TdClassName
{
border-color: #EEEFED;
}
.TagClassName
{
border-color: #EEEFED;
}
</style>