#EBA39B

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

Shades of Shilo #EBA39B

Tints of Shilo #EBA39B

Color information

#EBA39B (or 0xEBA39B) is unknown color: approx Shilo. HEX triplet: EB, A3 and 9B. RGB value is (235,163,155). Sum of RGB (Red+Green+Blue) = 235+163+155=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA39B is #145C64. Grayscale: #B7B7B7. Windows color (decimal): -1334373 or 10200043. OLE color: 10200043.

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

Color convert

RGB235163155-
CMYK00.310.340.08
HSL66.67%76.47%-
HSV(B)34.04%92.16%-
XYZ53.2746.2237.12-
YUV183.62111.85164.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=42.50%
G=29.48%
B=28.03%

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
Decimal23516315500.310.340.08666.6776.47
HexEBA39B01F2286434c
Octal35324323303742106103114
Binary111010111010001110011011011111100010100011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA39B; }

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

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

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

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

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

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

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

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