#EADBAB

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

Shades of Sidecar #EADBAB

Tints of Sidecar #EADBAB

Color information

#EADBAB (or 0xEADBAB) is unknown color: approx Sidecar. HEX triplet: EA, DB and AB. RGB value is (234,219,171). Sum of RGB (Red+Green+Blue) = 234+219+171=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBAB is #152454. Grayscale: #DADADA. Windows color (decimal): -1385557 or 11262954. OLE color: 11262954.

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

Color convert

RGB234219171-
CMYK00.060.270.08
HSL45.71º60%79.41%-
HSV(B)45.71º26.92%91.76%-
XYZ66.6171.148.74-
YUV218.01101.47139.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=37.5%
G=35.10%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421917100.060.270.0845.716079.41
HexEADBAB061B82e3c4f
Octal3523332530633105674117
Binary11101010110110111010101101101101110001011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBAB; }

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

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

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

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

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

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

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

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