#EBEDE8

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

Shades of Saltpan #EBEDE8

Tints of Saltpan #EBEDE8

Color information

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

RGB235237232-
CMYK0.0100.020.07
HSL84º12.2%91.96%-
HSV(B)84º2.11%92.94%-
XYZ79.1184.0688.4-
YUV235.83125.84127.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 232 (91.02% from 255) = 32.95%
R=33.38%
G=33.66%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372320.0100.020.078412.291.96
HexEBEDE8102754c5c
Octal353355350102712414134
Binary1110101111101101111010001010111101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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