#EADDA3

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

Shades of Sidecar #EADDA3

Tints of Sidecar #EADDA3

Color information

#EADDA3 (or 0xEADDA3) is unknown color: approx Sidecar. HEX triplet: EA, DD and A3. RGB value is (234,221,163). Sum of RGB (Red+Green+Blue) = 234+221+163=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDA3 is #15225C. Grayscale: #DADADA. Windows color (decimal): -1385053 or 10739178. OLE color: 10739178.

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

Color convert

RGB234221163-
CMYK00.060.300.08
HSL49.01º62.83%77.84%-
HSV(B)49.01º30.34%91.76%-
XYZ66.471.8545.02-
YUV218.2796.81139.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 163 (64.06% from 255) = 26.38%
R=37.86%
G=35.76%
B=26.38%

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
Decimal23422116300.060.300.0849.0162.8377.84
HexEADDA3061E8313f4e
Octal3523352430636106177116
Binary11101010110111011010001101101111010001100011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDA3; }

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

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

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

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

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

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

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

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