#EADDAD

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

Shades of Sidecar #EADDAD

Tints of Sidecar #EADDAD

Color information

#EADDAD (or 0xEADDAD) is unknown color: approx Sidecar. HEX triplet: EA, DD and AD. RGB value is (234,221,173). Sum of RGB (Red+Green+Blue) = 234+221+173=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDAD is #152252. Grayscale: #DBDBDB. Windows color (decimal): -1385043 or 11394538. OLE color: 11394538.

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

Color convert

RGB234221173-
CMYK00.060.260.08
HSL47.21º59.22%79.8%-
HSV(B)47.21º26.07%91.76%-
XYZ67.3372.2249.93-
YUV219.42101.81138.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=37.26%
G=35.19%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422117300.060.260.0847.2159.2279.8
HexEADDAD061A82f3b50
Octal3523352550632105773120
Binary11101010110111011010110101101101010001011111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDAD; }

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

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

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

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

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

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

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

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