#EBEDE6

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

Shades of Saltpan #EBEDE6

Tints of Saltpan #EBEDE6

Color information

#EBEDE6 (or 0xEBEDE6) is unknown color: approx Saltpan. HEX triplet: EB, ED and E6. RGB value is (235,237,230). Sum of RGB (Red+Green+Blue) = 235+237+230=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDE6 is #141219. Grayscale: #EBEBEB. Windows color (decimal): -1315354 or 15134187. OLE color: 15134187.

HSL color Cylindrical-coordinate representation of color #EBEDE6: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEDE6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB235237230-
CMYK0.0100.030.07
HSL77.14º16.28%91.57%-
HSV(B)77.14º2.95%92.94%-
XYZ78.8383.9486.91-
YUV235.6124.84127.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=33.48%
G=33.76%
B=32.76%

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
Decimal2352372300.0100.030.0777.1416.2891.57
HexEBEDE610374d105c
Octal353355346103711520134
Binary11101011111011011110011010111111001101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDE6; }

 p { color: rgb(235,237,230); }

 H1.HeaderClassName
 {
   color: #EBEDE6;
 }
 .AnyTagClassName
 {
   color: #EBEDE6;
 }
</style>
background-color css

<style>
 a { background-color: #EBEDE6; }

 a { background-color: rgb(235,237,230); }

 div.DivClassName
 {
   background-color: #EBEDE6;
 }
 .BgClassName
 {
   background-color: #EBEDE6;
 }
</style>
border-color css

<style>
 span { border-color: #EBEDE6; }

 span { border-color: rgb(235,237,230); }

 td.TdClassName
 {
   border-color: #EBEDE6;
 }
 .TagClassName
 {
   border-color: #EBEDE6;
 }
</style>