#EBA39A

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

Shades of Shilo #EBA39A

Tints of Shilo #EBA39A

Color information

#EBA39A (or 0xEBA39A) is unknown color: approx Shilo. HEX triplet: EB, A3 and 9A. RGB value is (235,163,154). Sum of RGB (Red+Green+Blue) = 235+163+154=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA39A is #145C65. Grayscale: #B7B7B7. Windows color (decimal): -1334374 or 10134507. OLE color: 10134507.

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

Color convert

RGB235163154-
CMYK00.310.340.08
HSL6.67º66.94%76.27%-
HSV(B)6.67º34.47%92.16%-
XYZ53.1946.1936.68-
YUV183.5111.35164.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 163 (64.06% from 255) = 29.53%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=42.57%
G=29.53%
B=27.90%

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
Decimal23516315400.310.340.086.6766.9476.27
HexEBA39A01F2287434c
Octal35324323203742107103114
Binary111010111010001110011010011111100010100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA39A; }

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

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

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

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

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

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

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

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