#EADE9D

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

Shades of Sidecar #EADE9D

Tints of Sidecar #EADE9D

Color information

#EADE9D (or 0xEADE9D) is unknown color: approx Sidecar. HEX triplet: EA, DE and 9D. RGB value is (234,222,157). Sum of RGB (Red+Green+Blue) = 234+222+157=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE9D is #152162. Grayscale: #DADADA. Windows color (decimal): -1384803 or 10346218. OLE color: 10346218.

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

Color convert

RGB234222157-
CMYK00.050.330.08
HSL50.65º64.71%76.67%-
HSV(B)50.65º32.91%91.76%-
XYZ66.1472.1742.34-
YUV218.1893.48139.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 157 (61.72% from 255) = 25.61%
R=38.17%
G=36.22%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422215700.050.330.0850.6564.7176.67
HexEADE9D0521833414d
Octal35233623505411063101115
Binary1110101011011110100111010101100001100011001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE9D; }

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

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

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

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

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

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

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

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