#EBA9A0

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

Shades of Shilo #EBA9A0

Tints of Shilo #EBA9A0

Color information

#EBA9A0 (or 0xEBA9A0) is unknown color: approx Shilo. HEX triplet: EB, A9 and A0. RGB value is (235,169,160). Sum of RGB (Red+Green+Blue) = 235+169+160=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9A0 is #14565F. Grayscale: #BBBBBB. Windows color (decimal): -1332832 or 10529259. OLE color: 10529259.

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

Color convert

RGB235169160-
CMYK00.280.320.08
HSL7.2º65.22%77.45%-
HSV(B)7.2º31.91%92.16%-
XYZ54.7948.5839.75-
YUV187.71112.37161.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=41.67%
G=29.96%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516916000.280.320.087.265.2277.45
HexEBA9A001C2087414d
Octal35325124003440107101115
Binary111010111010100110100000011100100000100011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9A0; }

 p { color: rgb(235,169,160); }

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

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

 a { background-color: rgb(235,169,160); }

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

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

 span { border-color: rgb(235,169,160); }

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