#eadba8

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

Shades of Sidecar #EADBA8

Tints of Sidecar #EADBA8

Color information

#EADBA8 (or 0xEADBA8) is unknown color: approx Sidecar. HEX triplet: EA, DB and A8. RGB value is (234,219,168). Sum of RGB (Red+Green+Blue) = 234+219+168=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA8 is #152457. Grayscale: #D9D9D9. Windows color (decimal): -1385560 or 11066346. OLE color: 11066346.

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

Color convert

RGB234219168-
CMYK00.060.280.08
HSL46.36º61.11%78.82%-
HSV(B)46.36º28.21%91.76%-
XYZ66.3370.9847.25-
YUV217.6799.97139.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 168 (66.02% from 255) = 27.05%
R=37.68%
G=35.27%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421916800.060.280.0846.3661.1178.82
HexEADBA8061C82e3d4f
Octal3523332500634105675117
Binary11101010110110111010100001101110010001011101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eadba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eadba8; }

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

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

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

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

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

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

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

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