#EAEDE6

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

Shades of Saltpan #EAEDE6

Tints of Saltpan #EAEDE6

Color information

#EAEDE6 (or 0xEAEDE6) is unknown color: approx Saltpan. HEX triplet: EA, ED and E6. RGB value is (234,237,230). Sum of RGB (Red+Green+Blue) = 234+237+230=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDE6 is #151219. Grayscale: #EBEBEB. Windows color (decimal): -1380890 or 15134186. OLE color: 15134186.

HSL color Cylindrical-coordinate representation of color #EAEDE6: hue angle of 85.71º 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 #EAEDE6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB234237230-
CMYK0.0100.030.07
HSL85.71º16.28%91.57%-
HSV(B)85.71º2.95%92.94%-
XYZ78.583.7786.9-
YUV235.3125.01127.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 230 (90.23% from 255) = 32.81%
R=33.38%
G=33.81%
B=32.81%

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
Decimal2342372300.0100.030.0785.7116.2891.57
HexEAEDE6103756105c
Octal352355346103712620134
Binary11101010111011011110011010111111010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDE6; }

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

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

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

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

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

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

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

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