#EAD8A5

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

Shades of Sidecar #EAD8A5

Tints of Sidecar #EAD8A5

Color information

#EAD8A5 (or 0xEAD8A5) is unknown color: approx Sidecar. HEX triplet: EA, D8 and A5. RGB value is (234,216,165). Sum of RGB (Red+Green+Blue) = 234+216+165=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8A5 is #15275A. Grayscale: #D7D7D7. Windows color (decimal): -1386331 or 10868970. OLE color: 10868970.

HSL color Cylindrical-coordinate representation of color #EAD8A5: hue angle of 44.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAD8A5 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234216165-
CMYK00.080.290.08
HSL44.35º62.16%78.24%-
HSV(B)44.35º29.49%91.76%-
XYZ65.2869.3245.54-
YUV215.5799.46141.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 165 (64.84% from 255) = 26.83%
R=38.05%
G=35.12%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421616500.080.290.0844.3562.1678.24
HexEAD8A5081D82c3e4e
Octal35233024501035105476116
Binary111010101101100010100101010001110110001011001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8A5; }

 p { color: rgb(234,216,165); }

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

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

 a { background-color: rgb(234,216,165); }

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

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

 span { border-color: rgb(234,216,165); }

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