#EADCA4

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

Shades of Sidecar #EADCA4

Tints of Sidecar #EADCA4

Color information

#EADCA4 (or 0xEADCA4) is unknown color: approx Sidecar. HEX triplet: EA, DC and A4. RGB value is (234,220,164). Sum of RGB (Red+Green+Blue) = 234+220+164=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADCA4 is #15235B. Grayscale: #DADADA. Windows color (decimal): -1385308 or 10804458. OLE color: 10804458.

HSL color Cylindrical-coordinate representation of color #EADCA4: hue angle of 48º degrees, saturation: 0.62, 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 #EADCA4 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234220164-
CMYK00.060.300.08
HSL48º62.5%78.04%-
HSV(B)48º29.91%91.76%-
XYZ66.2371.3645.41-
YUV217.897.64139.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 164 (64.45% from 255) = 26.54%
R=37.86%
G=35.60%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422016400.060.300.084862.578.04
HexEADCA4061E8303e4e
Octal3523342440636106076116
Binary11101010110111001010010001101111010001100001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCA4; }

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

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

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

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

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

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

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

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