#EAD9A6

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

Shades of Sidecar #EAD9A6

Tints of Sidecar #EAD9A6

Color information

#EAD9A6 (or 0xEAD9A6) is unknown color: approx Sidecar. HEX triplet: EA, D9 and A6. RGB value is (234,217,166). Sum of RGB (Red+Green+Blue) = 234+217+166=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9A6 is #152659. Grayscale: #D8D8D8. Windows color (decimal): -1386074 or 10934762. OLE color: 10934762.

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

Color convert

RGB234217166-
CMYK00.070.290.08
HSL45º61.82%78.43%-
HSV(B)45º29.06%91.76%-
XYZ65.6369.8746.1-
YUV216.2799.63140.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 166 (65.23% from 255) = 26.90%
R=37.93%
G=35.17%
B=26.90%

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
Decimal23421716600.070.290.084561.8278.43
HexEAD9A6071D82d3e4e
Octal3523312460735105576116
Binary11101010110110011010011001111110110001011011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9A6; }

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

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

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

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

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

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

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

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