#EBAFA9

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

Shades of Shilo #EBAFA9

Tints of Shilo #EBAFA9

Color information

#EBAFA9 (or 0xEBAFA9) is unknown color: approx Shilo. HEX triplet: EB, AF and A9. RGB value is (235,175,169). Sum of RGB (Red+Green+Blue) = 235+175+169=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFA9 is #145056. Grayscale: #C0C0C0. Windows color (decimal): -1331287 or 11120619. OLE color: 11120619.

HSL color Cylindrical-coordinate representation of color #EBAFA9: hue angle of 5.45º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAFA9 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235175169-
CMYK00.260.280.08
HSL5.45º62.26%79.22%-
HSV(B)5.45º28.09%92.16%-
XYZ56.7551.1944.42-
YUV192.26114.88158.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 169 (66.41% from 255) = 29.19%
R=40.59%
G=30.22%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517516900.260.280.085.4562.2679.22
HexEBAFA901A1C853e4f
Octal3532572510323410576117
Binary1110101110101111101010010110101110010001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFA9; }

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

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

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

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

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

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

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

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