Shades of Saltpan #EBF0E6
Tints of Saltpan #EBF0E6
RGB
CMYK
RGB Variations
Color information
#EBF0E6 (or 0xEBF0E6) is known color: Saltpan. HEX triplet: EB, F0 and E6. RGB value is (235,240,230). Sum of RGB (Red+Green+Blue) = 235+240+230=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0E6 is #140F19. Grayscale: #EDEDED. Windows color (decimal): -1314586 or 15134955. OLE color: 15134955.
HSL color Cylindrical-coordinate representation of color #EBF0E6: hue angle of 90º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF0E6 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 230 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.06 |
| HSL | 90º | 0.25% | 0.92% | - |
| HSV(B) | 90º | 0.04% | 0.94% | - |
| XYZ | 79.7 | 85.7 | 87.2 | - |
| YUV | 237.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 230 | 0.02 | 0 | 0.04 | 0.06 | 90 | 0.25 | 0.92 |
| Hex | EB | F0 | E6 | 2 | 0 | 4 | 6 | 5A | 19 | 5C |
| Octal | 353 | 360 | 346 | 2 | 0 | 4 | 6 | 132 | 31 | 134 |
| Binary | 11101011 | 11110000 | 11100110 | 10 | 0 | 100 | 110 | 1011010 | 11001 | 1011100 |
Color Harmonies of #EBF0E6
Complementary color
Monochromatic Colors of #EBF0E6
Black with #EBF0E6
Text Example
Text Example
White with #EBF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0E6; }
p { color: rgb(235,240,230); }
H1.HeaderClassName
{
color: #EBF0E6;
}
.AnyTagClassName
{
color: #EBF0E6;
}
</style>
background-color css
<style>
a { background-color: #EBF0E6; }
a { background-color: rgb(235,240,230); }
div.DivClassName
{
background-color: #EBF0E6;
}
.BgClassName
{
background-color: #EBF0E6;
}
</style>
border-color css
<style>
span { border-color: #EBF0E6; }
span { border-color: rgb(235,240,230); }
td.TdClassName
{
border-color: #EBF0E6;
}
.TagClassName
{
border-color: #EBF0E6;
}
</style>