#EAD9A4

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

Shades of Sidecar #EAD9A4

Tints of Sidecar #EAD9A4

Color information

#EAD9A4 (or 0xEAD9A4) is unknown color: approx Sidecar. HEX triplet: EA, D9 and A4. RGB value is (234,217,164). Sum of RGB (Red+Green+Blue) = 234+217+164=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9A4 is #15265B. Grayscale: #D8D8D8. Windows color (decimal): -1386076 or 10803690. OLE color: 10803690.

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

Color convert

RGB234217164-
CMYK00.070.300.08
HSL45.43º62.5%78.04%-
HSV(B)45.43º29.91%91.76%-
XYZ65.4569.845.15-
YUV216.0498.63140.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=38.05%
G=35.28%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421716400.070.300.0845.4362.578.04
HexEAD9A4071E82d3e4e
Octal3523312440736105576116
Binary11101010110110011010010001111111010001011011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9A4; }

 p { color: rgb(234,217,164); }

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

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

 a { background-color: rgb(234,217,164); }

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

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

 span { border-color: rgb(234,217,164); }

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