#EBA49F

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

Shades of Shilo #EBA49F

Tints of Shilo #EBA49F

Color information

#EBA49F (or 0xEBA49F) is unknown color: approx Shilo. HEX triplet: EB, A4 and 9F. RGB value is (235,164,159). Sum of RGB (Red+Green+Blue) = 235+164+159=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA49F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA49F is #145B60. Grayscale: #B8B8B8. Windows color (decimal): -1334113 or 10462443. OLE color: 10462443.

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

Color convert

RGB235164159-
CMYK00.300.320.08
HSL3.95º65.52%77.25%-
HSV(B)3.95º32.34%92.16%-
XYZ53.7946.7238.98-
YUV184.66113.52163.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=42.11%
G=29.39%
B=28.49%

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
Decimal23516415900.300.320.083.9565.5277.25
HexEBA49F01E2084424d
Octal35324423703640104102115
Binary111010111010010010011111011110100000100010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA49F; }

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

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

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

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

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

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

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

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