#EADBAD

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

Shades of Sidecar #EADBAD

Tints of Sidecar #EADBAD

Color information

#EADBAD (or 0xEADBAD) is unknown color: approx Sidecar. HEX triplet: EA, DB and AD. RGB value is (234,219,173). Sum of RGB (Red+Green+Blue) = 234+219+173=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBAD is #152452. Grayscale: #DADADA. Windows color (decimal): -1385555 or 11394026. OLE color: 11394026.

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

Color convert

RGB234219173-
CMYK00.060.260.08
HSL45.25º59.22%79.8%-
HSV(B)45.25º26.07%91.76%-
XYZ66.8171.1749.75-
YUV218.24102.47139.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=37.38%
G=34.98%
B=27.64%

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
Decimal23421917300.060.260.0845.2559.2279.8
HexEADBAD061A82d3b50
Octal3523332550632105573120
Binary11101010110110111010110101101101010001011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBAD; }

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

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

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

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

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

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

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

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