Shades of Saltpan #EBEFE0
Tints of Saltpan #EBEFE0
RGB
CMYK
RGB Variations
Color information
#EBEFE0 (or 0xEBEFE0) is known color: Saltpan. HEX triplet: EB, EF and E0. RGB value is (235,239,224). Sum of RGB (Red+Green+Blue) = 235+239+224=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFE0 is #14101F. Grayscale: #ECECEC. Windows color (decimal): -1314848 or 14741483. OLE color: 14741483.
HSL color Cylindrical-coordinate representation of color #EBEFE0: hue angle of 76º degrees, saturation: 0.32, 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 #EBEFE0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 239 | 224 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.06 |
| HSL | 76º | 0.32% | 0.91% | - |
| HSV(B) | 76º | 0.06% | 0.94% | - |
| XYZ | 78.58 | 84.78 | 82.74 | - |
| YUV | 236.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 239 | 224 | 0.02 | 0 | 0.06 | 0.06 | 76 | 0.32 | 0.91 |
| Hex | EB | EF | E0 | 2 | 0 | 6 | 6 | 4C | 20 | 5B |
| Octal | 353 | 357 | 340 | 2 | 0 | 6 | 6 | 114 | 40 | 133 |
| Binary | 11101011 | 11101111 | 11100000 | 10 | 0 | 110 | 110 | 1001100 | 100000 | 1011011 |
Color Harmonies of #EBEFE0
Complementary color
Monochromatic Colors of #EBEFE0
Black with #EBEFE0
Text Example
Text Example
White with #EBEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFE0; }
p { color: rgb(235,239,224); }
H1.HeaderClassName
{
color: #EBEFE0;
}
.AnyTagClassName
{
color: #EBEFE0;
}
</style>
background-color css
<style>
a { background-color: #EBEFE0; }
a { background-color: rgb(235,239,224); }
div.DivClassName
{
background-color: #EBEFE0;
}
.BgClassName
{
background-color: #EBEFE0;
}
</style>
border-color css
<style>
span { border-color: #EBEFE0; }
span { border-color: rgb(235,239,224); }
td.TdClassName
{
border-color: #EBEFE0;
}
.TagClassName
{
border-color: #EBEFE0;
}
</style>