Shades of Saltpan #EBEDE5
Tints of Saltpan #EBEDE5
RGB
CMYK
RGB Variations
Color information
#EBEDE5 (or 0xEBEDE5) is known color: Saltpan. HEX triplet: EB, ED and E5. RGB value is (235,237,229). Sum of RGB (Red+Green+Blue) = 235+237+229=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDE5 is #14121A. Grayscale: #EBEBEB. Windows color (decimal): -1315355 or 15068651. OLE color: 15068651.
HSL color Cylindrical-coordinate representation of color #EBEDE5: hue angle of 75º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEDE5 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 237 | 229 | - |
CMYK | 0.01 | 0 | 0.03 | 0.07 |
HSL | 75º | 0.18% | 0.91% | - |
HSV(B) | 75º | 0.03% | 0.93% | - |
XYZ | 78.69 | 83.89 | 86.17 | - |
YUV | 235.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 237 | 229 | 0.01 | 0 | 0.03 | 0.07 | 75 | 0.18 | 0.91 |
Hex | EB | ED | E5 | 1 | 0 | 3 | 7 | 4B | 12 | 5B |
Octal | 353 | 355 | 345 | 1 | 0 | 3 | 7 | 113 | 22 | 133 |
Binary | 11101011 | 11101101 | 11100101 | 1 | 0 | 11 | 111 | 1001011 | 10010 | 1011011 |
Color Harmonies of #EBEDE5
Complementary color
Monochromatic Colors of #EBEDE5
Black with #EBEDE5
Text Example
Text Example
White with #EBEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDE5; }
p { color: rgb(235,237,229); }
H1.HeaderClassName
{
color: #EBEDE5;
}
.AnyTagClassName
{
color: #EBEDE5;
}
</style>
background-color css
<style>
a { background-color: #EBEDE5; }
a { background-color: rgb(235,237,229); }
div.DivClassName
{
background-color: #EBEDE5;
}
.BgClassName
{
background-color: #EBEDE5;
}
</style>
border-color css
<style>
span { border-color: #EBEDE5; }
span { border-color: rgb(235,237,229); }
td.TdClassName
{
border-color: #EBEDE5;
}
.TagClassName
{
border-color: #EBEDE5;
}
</style>