#EBA59E

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

Shades of Shilo #EBA59E

Tints of Shilo #EBA59E

Color information

#EBA59E (or 0xEBA59E) is unknown color: approx Shilo. HEX triplet: EB, A5 and 9E. RGB value is (235,165,158). Sum of RGB (Red+Green+Blue) = 235+165+158=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA59E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA59E is #145A61. Grayscale: #B9B9B9. Windows color (decimal): -1333858 or 10397163. OLE color: 10397163.

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

Color convert

RGB235165158-
CMYK00.300.330.08
HSL5.45º65.81%77.06%-
HSV(B)5.45º32.77%92.16%-
XYZ53.8947.0438.59-
YUV185.13112.69163.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=42.11%
G=29.57%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516515800.300.330.085.4565.8177.06
HexEBA59E01E2185424d
Octal35324523603641105102115
Binary111010111010010110011110011110100001100010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA59E; }

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

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

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

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

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

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

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

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