Shades of Saltpan #EBEEE4
Tints of Saltpan #EBEEE4
RGB
CMYK
RGB Variations
Color information
#EBEEE4 (or 0xEBEEE4) is known color: Saltpan. HEX triplet: EB, EE and E4. RGB value is (235,238,228). Sum of RGB (Red+Green+Blue) = 235+238+228=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEE4 is #14111B. Grayscale: #ECECEC. Windows color (decimal): -1315100 or 15003371. OLE color: 15003371.
HSL color Cylindrical-coordinate representation of color #EBEEE4: hue angle of 78º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEEE4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 228 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.07 |
| HSL | 78º | 0.23% | 0.91% | - |
| HSV(B) | 78º | 0.04% | 0.93% | - |
| XYZ | 78.84 | 84.41 | 85.54 | - |
| YUV | 235.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 228 | 0.01 | 0 | 0.04 | 0.07 | 78 | 0.23 | 0.91 |
| Hex | EB | EE | E4 | 1 | 0 | 4 | 7 | 4E | 17 | 5B |
| Octal | 353 | 356 | 344 | 1 | 0 | 4 | 7 | 116 | 27 | 133 |
| Binary | 11101011 | 11101110 | 11100100 | 1 | 0 | 100 | 111 | 1001110 | 10111 | 1011011 |
Color Harmonies of #EBEEE4
Complementary color
Monochromatic Colors of #EBEEE4
Black with #EBEEE4
Text Example
Text Example
White with #EBEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEE4; }
p { color: rgb(235,238,228); }
H1.HeaderClassName
{
color: #EBEEE4;
}
.AnyTagClassName
{
color: #EBEEE4;
}
</style>
background-color css
<style>
a { background-color: #EBEEE4; }
a { background-color: rgb(235,238,228); }
div.DivClassName
{
background-color: #EBEEE4;
}
.BgClassName
{
background-color: #EBEEE4;
}
</style>
border-color css
<style>
span { border-color: #EBEEE4; }
span { border-color: rgb(235,238,228); }
td.TdClassName
{
border-color: #EBEEE4;
}
.TagClassName
{
border-color: #EBEEE4;
}
</style>