Shades of Saltpan #EBF0DC
Tints of Saltpan #EBF0DC
RGB
CMYK
RGB Variations
Color information
#EBF0DC (or 0xEBF0DC) is known color: Saltpan. HEX triplet: EB, F0 and DC. RGB value is (235,240,220). Sum of RGB (Red+Green+Blue) = 235+240+220=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0DC is #140F23. Grayscale: #ECECEC. Windows color (decimal): -1314596 or 14479595. OLE color: 14479595.
HSL color Cylindrical-coordinate representation of color #EBF0DC: hue angle of 75º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF0DC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 220 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.06 |
| HSL | 75º | 0.4% | 0.9% | - |
| HSV(B) | 75º | 0.08% | 0.94% | - |
| XYZ | 78.34 | 85.15 | 80.02 | - |
| YUV | 236.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 220 | 0.02 | 0 | 0.08 | 0.06 | 75 | 0.4 | 0.9 |
| Hex | EB | F0 | DC | 2 | 0 | 8 | 6 | 4B | 28 | 5A |
| Octal | 353 | 360 | 334 | 2 | 0 | 10 | 6 | 113 | 50 | 132 |
| Binary | 11101011 | 11110000 | 11011100 | 10 | 0 | 1000 | 110 | 1001011 | 101000 | 1011010 |
Color Harmonies of #EBF0DC
Complementary color
Monochromatic Colors of #EBF0DC
Black with #EBF0DC
Text Example
Text Example
White with #EBF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0DC; }
p { color: rgb(235,240,220); }
H1.HeaderClassName
{
color: #EBF0DC;
}
.AnyTagClassName
{
color: #EBF0DC;
}
</style>
background-color css
<style>
a { background-color: #EBF0DC; }
a { background-color: rgb(235,240,220); }
div.DivClassName
{
background-color: #EBF0DC;
}
.BgClassName
{
background-color: #EBF0DC;
}
</style>
border-color css
<style>
span { border-color: #EBF0DC; }
span { border-color: rgb(235,240,220); }
td.TdClassName
{
border-color: #EBF0DC;
}
.TagClassName
{
border-color: #EBF0DC;
}
</style>