#EAD9A3

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

Shades of Sidecar #EAD9A3

Tints of Sidecar #EAD9A3

Color information

#EAD9A3 (or 0xEAD9A3) is unknown color: approx Sidecar. HEX triplet: EA, D9 and A3. RGB value is (234,217,163). Sum of RGB (Red+Green+Blue) = 234+217+163=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 163 (64.06% from 255 or 26.55% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9A3 is #15265C. Grayscale: #D8D8D8. Windows color (decimal): -1386077 or 10738154. OLE color: 10738154.

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

Color convert

RGB234217163-
CMYK00.070.300.08
HSL45.63º62.83%77.84%-
HSV(B)45.63º30.34%91.76%-
XYZ65.3669.7644.67-
YUV215.9398.13140.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 163 (64.06% from 255) = 26.55%
R=38.11%
G=35.34%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421716300.070.300.0845.6362.8377.84
HexEAD9A3071E82e3f4e
Octal3523312430736105677116
Binary11101010110110011010001101111111010001011101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9A3; }

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

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

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

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

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

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

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

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