#EADCA0

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

Shades of Sidecar #EADCA0

Tints of Sidecar #EADCA0

Color information

#EADCA0 (or 0xEADCA0) is unknown color: approx Sidecar. HEX triplet: EA, DC and A0. RGB value is (234,220,160). Sum of RGB (Red+Green+Blue) = 234+220+160=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADCA0 is #15235F. Grayscale: #D9D9D9. Windows color (decimal): -1385312 or 10542314. OLE color: 10542314.

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

Color convert

RGB234220160-
CMYK00.060.320.08
HSL48.65º63.79%77.25%-
HSV(B)48.65º31.62%91.76%-
XYZ65.8771.2243.53-
YUV217.3595.64139.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 160 (62.89% from 255) = 26.06%
R=38.11%
G=35.83%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422016000.060.320.0848.6563.7977.25
HexEADCA00620831404d
Octal35233424006401061100115
Binary1110101011011100101000000110100000100011000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCA0; }

 p { color: rgb(234,220,160); }

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

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

 a { background-color: rgb(234,220,160); }

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

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

 span { border-color: rgb(234,220,160); }

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