#EBA59F

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

Shades of Shilo #EBA59F

Tints of Shilo #EBA59F

Color information

#EBA59F (or 0xEBA59F) is unknown color: approx Shilo. HEX triplet: EB, A5 and 9F. RGB value is (235,165,159). Sum of RGB (Red+Green+Blue) = 235+165+159=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA59F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA59F is #145A60. Grayscale: #B9B9B9. Windows color (decimal): -1333857 or 10462699. OLE color: 10462699.

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

Color convert

RGB235165159-
CMYK00.300.320.08
HSL4.74º65.52%77.25%-
HSV(B)4.74º32.34%92.16%-
XYZ53.9747.0839.04-
YUV185.25113.19163.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 159 (62.5% from 255) = 28.44%
R=42.04%
G=29.52%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516515900.300.320.084.7465.5277.25
HexEBA59F01E2085424d
Octal35324523703640105102115
Binary111010111010010110011111011110100000100010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA59F; }

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

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

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

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

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

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

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

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