#EBAAA5

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

Shades of Shilo #EBAAA5

Tints of Shilo #EBAAA5

Color information

#EBAAA5 (or 0xEBAAA5) is unknown color: approx Shilo. HEX triplet: EB, AA and A5. RGB value is (235,170,165). Sum of RGB (Red+Green+Blue) = 235+170+165=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAA5 is #14555A. Grayscale: #BCBCBC. Windows color (decimal): -1332571 or 10857195. OLE color: 10857195.

HSL color Cylindrical-coordinate representation of color #EBAAA5: hue angle of 4.29º degrees, saturation: 0.64, 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 #EBAAA5 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235170165-
CMYK00.280.300.08
HSL4.29º63.64%78.43%-
HSV(B)4.29º29.79%92.16%-
XYZ55.4349.1342.16-
YUV188.86114.53160.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=41.23%
G=29.82%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517016500.280.300.084.2963.6478.43
HexEBAAA501C1E84404e
Octal35325224503436104100116
Binary11101011101010101010010101110011110100010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAA5; }

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

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

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

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

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

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

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

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