#EAE0AB

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

Shades of Sidecar #EAE0AB

Tints of Sidecar #EAE0AB

Color information

#EAE0AB (or 0xEAE0AB) is unknown color: approx Sidecar. HEX triplet: EA, E0 and AB. RGB value is (234,224,171). Sum of RGB (Red+Green+Blue) = 234+224+171=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE0AB is #151F54. Grayscale: #DDDDDD. Windows color (decimal): -1384277 or 11264234. OLE color: 11264234.

HSL color Cylindrical-coordinate representation of color #EAE0AB: hue angle of 50.48º 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 #EAE0AB is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234224171-
CMYK00.040.270.08
HSL50.48º60%79.41%-
HSV(B)50.48º26.92%91.76%-
XYZ67.9473.7449.18-
YUV220.9599.81137.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=37.20%
G=35.61%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422417100.040.270.0850.486079.41
HexEAE0AB041B8323c4f
Octal3523402530433106274117
Binary11101010111000001010101101001101110001100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0AB; }

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

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

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

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

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

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

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

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