#EADBAE

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

Shades of Sidecar #EADBAE

Tints of Sidecar #EADBAE

Color information

#EADBAE (or 0xEADBAE) is unknown color: approx Sidecar. HEX triplet: EA, DB and AE. RGB value is (234,219,174). Sum of RGB (Red+Green+Blue) = 234+219+174=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBAE is #152451. Grayscale: #DADADA. Windows color (decimal): -1385554 or 11459562. OLE color: 11459562.

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

Color convert

RGB234219174-
CMYK00.060.260.08
HSL45º58.82%80%-
HSV(B)45º25.64%91.76%-
XYZ66.971.2150.26-
YUV218.36102.97139.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=37.32%
G=34.93%
B=27.75%

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
Decimal23421917400.060.260.084558.8280
HexEADBAE061A82d3b50
Octal3523332560632105573120
Binary11101010110110111010111001101101010001011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBAE; }

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

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

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

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

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

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

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

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