#EADBA1

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

Shades of Sidecar #EADBA1

Tints of Sidecar #EADBA1

Color information

#EADBA1 (or 0xEADBA1) is unknown color: approx Sidecar. HEX triplet: EA, DB and A1. RGB value is (234,219,161). Sum of RGB (Red+Green+Blue) = 234+219+161=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA1 is #15245E. Grayscale: #D9D9D9. Windows color (decimal): -1385567 or 10607594. OLE color: 10607594.

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

Color convert

RGB234219161-
CMYK00.060.310.08
HSL47.67º63.48%77.45%-
HSV(B)47.67º31.2%91.76%-
XYZ65.770.7343.91-
YUV216.8796.47140.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=38.11%
G=35.67%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421916100.060.310.0847.6763.4877.45
HexEADBA1061F8303f4d
Octal3523332410637106077115
Binary11101010110110111010000101101111110001100001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBA1; }

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

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

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

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

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

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

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

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