#EBA59B

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

Shades of Shilo #EBA59B

Tints of Shilo #EBA59B

Color information

#EBA59B (or 0xEBA59B) is unknown color: approx Shilo. HEX triplet: EB, A5 and 9B. RGB value is (235,165,155). Sum of RGB (Red+Green+Blue) = 235+165+155=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA59B is #145A64. Grayscale: #B8B8B8. Windows color (decimal): -1333861 or 10200555. OLE color: 10200555.

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

Color convert

RGB235165155-
CMYK00.300.340.08
HSL7.5º66.67%76.47%-
HSV(B)7.5º34.04%92.16%-
XYZ53.6346.9437.24-
YUV184.79111.19163.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=42.34%
G=29.73%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516515500.300.340.087.566.6776.47
HexEBA59B01E2288434c
Octal353245233036421010103114
Binary1110101110100101100110110111101000101000100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA59B; }

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

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

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

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

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

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

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

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