Shades of Saltpan #EBF5DC
Tints of Saltpan #EBF5DC
RGB
CMYK
RGB Variations
Color information
#EBF5DC (or 0xEBF5DC) is known color: Saltpan. HEX triplet: EB, F5 and DC. RGB value is (235,245,220). Sum of RGB (Red+Green+Blue) = 235+245+220=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5DC is #140A23. Grayscale: #EFEFEF. Windows color (decimal): -1313316 or 14480875. OLE color: 14480875.
HSL color Cylindrical-coordinate representation of color #EBF5DC: hue angle of 84º degrees, saturation: 0.56, 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 #EBF5DC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 220 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.04 |
| HSL | 84º | 0.56% | 0.91% | - |
| HSV(B) | 84º | 0.1% | 0.96% | - |
| XYZ | 79.83 | 88.13 | 80.51 | - |
| YUV | 239.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 220 | 0.04 | 0 | 0.10 | 0.04 | 84 | 0.56 | 0.91 |
| Hex | EB | F5 | DC | 4 | 0 | A | 4 | 54 | 38 | 5B |
| Octal | 353 | 365 | 334 | 4 | 0 | 12 | 4 | 124 | 70 | 133 |
| Binary | 11101011 | 11110101 | 11011100 | 100 | 0 | 1010 | 100 | 1010100 | 111000 | 1011011 |
Color Harmonies of #EBF5DC
Complementary color
Monochromatic Colors of #EBF5DC
Black with #EBF5DC
Text Example
Text Example
White with #EBF5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5DC; }
p { color: rgb(235,245,220); }
H1.HeaderClassName
{
color: #EBF5DC;
}
.AnyTagClassName
{
color: #EBF5DC;
}
</style>
background-color css
<style>
a { background-color: #EBF5DC; }
a { background-color: rgb(235,245,220); }
div.DivClassName
{
background-color: #EBF5DC;
}
.BgClassName
{
background-color: #EBF5DC;
}
</style>
border-color css
<style>
span { border-color: #EBF5DC; }
span { border-color: rgb(235,245,220); }
td.TdClassName
{
border-color: #EBF5DC;
}
.TagClassName
{
border-color: #EBF5DC;
}
</style>