#EAD9AB

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

Shades of Sidecar #EAD9AB

Tints of Sidecar #EAD9AB

Color information

#EAD9AB (or 0xEAD9AB) is unknown color: approx Sidecar. HEX triplet: EA, D9 and AB. RGB value is (234,217,171). Sum of RGB (Red+Green+Blue) = 234+217+171=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9AB is #152654. Grayscale: #D9D9D9. Windows color (decimal): -1386069 or 11262442. OLE color: 11262442.

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

Color convert

RGB234217171-
CMYK00.070.270.08
HSL43.81º60%79.41%-
HSV(B)43.81º26.92%91.76%-
XYZ66.170.0648.57-
YUV216.84102.13140.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 217 (85.16% from 255) = 34.89%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=37.62%
G=34.89%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421717100.070.270.0843.816079.41
HexEAD9AB071B82c3c4f
Octal3523312530733105474117
Binary11101010110110011010101101111101110001011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9AB; }

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

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

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

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

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

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

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

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