Shades of Saltpan #EBEDE8
Tints of Saltpan #EBEDE8
RGB
CMYK
RGB Variations
Color information
#EBEDE8 (or 0xEBEDE8) is known color: Saltpan. HEX triplet: EB, ED and E8. RGB value is (235,237,232). Sum of RGB (Red+Green+Blue) = 235+237+232=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDE8 is #141217. Grayscale: #EBEBEB. Windows color (decimal): -1315352 or 15265259. OLE color: 15265259.
HSL color Cylindrical-coordinate representation of color #EBEDE8: hue angle of 84º degrees, saturation: 0.12, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEDE8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 237 | 232 | - |
CMYK | 0.01 | 0 | 0.02 | 0.07 |
HSL | 84º | 0.12% | 0.92% | - |
HSV(B) | 84º | 0.02% | 0.93% | - |
XYZ | 79.11 | 84.06 | 88.4 | - |
YUV | 235.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 237 | 232 | 0.01 | 0 | 0.02 | 0.07 | 84 | 0.12 | 0.92 |
Hex | EB | ED | E8 | 1 | 0 | 2 | 7 | 54 | C | 5C |
Octal | 353 | 355 | 350 | 1 | 0 | 2 | 7 | 124 | 14 | 134 |
Binary | 11101011 | 11101101 | 11101000 | 1 | 0 | 10 | 111 | 1010100 | 1100 | 1011100 |
Color Harmonies of #EBEDE8
Complementary color
Monochromatic Colors of #EBEDE8
Black with #EBEDE8
Text Example
Text Example
White with #EBEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDE8; }
p { color: rgb(235,237,232); }
H1.HeaderClassName
{
color: #EBEDE8;
}
.AnyTagClassName
{
color: #EBEDE8;
}
</style>
background-color css
<style>
a { background-color: #EBEDE8; }
a { background-color: rgb(235,237,232); }
div.DivClassName
{
background-color: #EBEDE8;
}
.BgClassName
{
background-color: #EBEDE8;
}
</style>
border-color css
<style>
span { border-color: #EBEDE8; }
span { border-color: rgb(235,237,232); }
td.TdClassName
{
border-color: #EBEDE8;
}
.TagClassName
{
border-color: #EBEDE8;
}
</style>