#EBA49B

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

Shades of Shilo #EBA49B

Tints of Shilo #EBA49B

Color information

#EBA49B (or 0xEBA49B) is unknown color: approx Shilo. HEX triplet: EB, A4 and 9B. RGB value is (235,164,155). Sum of RGB (Red+Green+Blue) = 235+164+155=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA49B is #145B64. Grayscale: #B8B8B8. Windows color (decimal): -1334117 or 10200299. OLE color: 10200299.

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

Color convert

RGB235164155-
CMYK00.300.340.08
HSL6.75º66.67%76.47%-
HSV(B)6.75º34.04%92.16%-
XYZ53.4546.5837.18-
YUV184.2111.52164.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=42.42%
G=29.60%
B=27.98%

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
Decimal23516415500.300.340.086.7566.6776.47
HexEBA49B01E2287434c
Octal35324423303642107103114
Binary111010111010010010011011011110100010100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA49B; }

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

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

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

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

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

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

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

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