#EBAAA0

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

Shades of Shilo #EBAAA0

Tints of Shilo #EBAAA0

Color information

#EBAAA0 (or 0xEBAAA0) is unknown color: approx Shilo. HEX triplet: EB, AA and A0. RGB value is (235,170,160). Sum of RGB (Red+Green+Blue) = 235+170+160=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAA0 is #14555F. Grayscale: #BCBCBC. Windows color (decimal): -1332576 or 10529515. OLE color: 10529515.

HSL color Cylindrical-coordinate representation of color #EBAAA0: hue angle of 8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBAAA0 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235170160-
CMYK00.280.320.08
HSL65.22%77.45%-
HSV(B)31.91%92.16%-
XYZ54.9848.9539.81-
YUV188.3112.03161.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=41.59%
G=30.09%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517016000.280.320.08865.2277.45
HexEBAAA001C2088414d
Octal353252240034401010101115
Binary1110101110101010101000000111001000001000100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAA0; }

 p { color: rgb(235,170,160); }

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

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

 a { background-color: rgb(235,170,160); }

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

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

 span { border-color: rgb(235,170,160); }

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