#EBEDE5

Color #EBEDE5 Saltpan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saltpan #EBEDE5

Tints of Saltpan #EBEDE5

Color information

#EBEDE5 (or 0xEBEDE5) is unknown color: approx 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

RGB235237229-
CMYK0.0100.030.07
HSL75º18.18%91.37%-
HSV(B)75º3.38%92.94%-
XYZ78.6983.8986.17-
YUV235.49124.34127.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 229 (89.84% from 255) = 32.67%
R=33.52%
G=33.81%
B=32.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372290.0100.030.077518.1891.37
HexEBEDE510374b125b
Octal353355345103711322133
Binary11101011111011011110010110111111001011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>