#eadea9

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

Shades of Sidecar #EADEA9

Tints of Sidecar #EADEA9

Color information

#EADEA9 (or 0xEADEA9) is unknown color: approx Sidecar. HEX triplet: EA, DE and A9. RGB value is (234,222,169). Sum of RGB (Red+Green+Blue) = 234+222+169=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADEA9 is #152156. Grayscale: #DBDBDB. Windows color (decimal): -1384791 or 11132650. OLE color: 11132650.

HSL color Cylindrical-coordinate representation of color #EADEA9: hue angle of 48.92º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EADEA9 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234222169-
CMYK00.050.280.08
HSL48.92º60.75%79.02%-
HSV(B)48.92º27.78%91.76%-
XYZ67.2172.648.01-
YUV219.5599.48138.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 169 (66.41% from 255) = 27.04%
R=37.44%
G=35.52%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422216900.050.280.0848.9260.7579.02
HexEADEA9051C8313d4f
Octal3523362510534106175117
Binary11101010110111101010100101011110010001100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eadea9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eadea9; }

 p { color: rgb(234,222,169); }

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

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

 a { background-color: rgb(234,222,169); }

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

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

 span { border-color: rgb(234,222,169); }

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