#EADAA6

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

Shades of Sidecar #EADAA6

Tints of Sidecar #EADAA6

Color information

#EADAA6 (or 0xEADAA6) is unknown color: approx Sidecar. HEX triplet: EA, DA and A6. RGB value is (234,218,166). Sum of RGB (Red+Green+Blue) = 234+218+166=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAA6 is #152559. Grayscale: #D9D9D9. Windows color (decimal): -1385818 or 10935018. OLE color: 10935018.

HSL color Cylindrical-coordinate representation of color #EADAA6: hue angle of 45.88º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EADAA6 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234218166-
CMYK00.070.290.08
HSL45.88º61.82%78.43%-
HSV(B)45.88º29.06%91.76%-
XYZ65.8970.3946.19-
YUV216.8699.3140.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 166 (65.23% from 255) = 26.86%
R=37.86%
G=35.28%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421816600.070.290.0845.8861.8278.43
HexEADAA6071D82e3e4e
Octal3523322460735105676116
Binary11101010110110101010011001111110110001011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAA6; }

 p { color: rgb(234,218,166); }

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

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

 a { background-color: rgb(234,218,166); }

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

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

 span { border-color: rgb(234,218,166); }

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