Shades of Saltpan #EBF0E1
Tints of Saltpan #EBF0E1
RGB
CMYK
RGB Variations
Color information
#EBF0E1 (or 0xEBF0E1) is known color: Saltpan. HEX triplet: EB, F0 and E1. RGB value is (235,240,225). Sum of RGB (Red+Green+Blue) = 235+240+225=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0E1 is #140F1E. Grayscale: #ECECEC. Windows color (decimal): -1314591 or 14807275. OLE color: 14807275.
HSL color Cylindrical-coordinate representation of color #EBF0E1: hue angle of 80º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF0E1 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 225 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.06 |
| HSL | 80º | 0.33% | 0.91% | - |
| HSV(B) | 80º | 0.06% | 0.94% | - |
| XYZ | 79.01 | 85.42 | 83.56 | - |
| YUV | 236.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 225 | 0.02 | 0 | 0.06 | 0.06 | 80 | 0.33 | 0.91 |
| Hex | EB | F0 | E1 | 2 | 0 | 6 | 6 | 50 | 21 | 5B |
| Octal | 353 | 360 | 341 | 2 | 0 | 6 | 6 | 120 | 41 | 133 |
| Binary | 11101011 | 11110000 | 11100001 | 10 | 0 | 110 | 110 | 1010000 | 100001 | 1011011 |
Color Harmonies of #EBF0E1
Complementary color
Monochromatic Colors of #EBF0E1
Black with #EBF0E1
Text Example
Text Example
White with #EBF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0E1; }
p { color: rgb(235,240,225); }
H1.HeaderClassName
{
color: #EBF0E1;
}
.AnyTagClassName
{
color: #EBF0E1;
}
</style>
background-color css
<style>
a { background-color: #EBF0E1; }
a { background-color: rgb(235,240,225); }
div.DivClassName
{
background-color: #EBF0E1;
}
.BgClassName
{
background-color: #EBF0E1;
}
</style>
border-color css
<style>
span { border-color: #EBF0E1; }
span { border-color: rgb(235,240,225); }
td.TdClassName
{
border-color: #EBF0E1;
}
.TagClassName
{
border-color: #EBF0E1;
}
</style>