#EBA29C

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

Shades of Shilo #EBA29C

Tints of Shilo #EBA29C

Color information

#EBA29C (or 0xEBA29C) is unknown color: approx Shilo. HEX triplet: EB, A2 and 9C. RGB value is (235,162,156). Sum of RGB (Red+Green+Blue) = 235+162+156=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA29C is #145D63. Grayscale: #B7B7B7. Windows color (decimal): -1334628 or 10265323. OLE color: 10265323.

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

Color convert

RGB235162156-
CMYK00.310.340.08
HSL4.56º66.39%76.67%-
HSV(B)4.56º33.62%92.16%-
XYZ53.1845.937.51-
YUV183.14112.68164.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=42.50%
G=29.29%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516215600.310.340.084.5666.3976.67
HexEBA29C01F2285424d
Octal35324223403742105102115
Binary111010111010001010011100011111100010100010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA29C; }

 p { color: rgb(235,162,156); }

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

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

 a { background-color: rgb(235,162,156); }

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

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

 span { border-color: rgb(235,162,156); }

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