#EBAEA9

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

Shades of Shilo #EBAEA9

Tints of Shilo #EBAEA9

Color information

#EBAEA9 (or 0xEBAEA9) is unknown color: approx Shilo. HEX triplet: EB, AE and A9. RGB value is (235,174,169). Sum of RGB (Red+Green+Blue) = 235+174+169=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEA9 is #145156. Grayscale: #BFBFBF. Windows color (decimal): -1331543 or 11120363. OLE color: 11120363.

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

Color convert

RGB235174169-
CMYK00.260.280.08
HSL4.55º62.26%79.22%-
HSV(B)4.55º28.09%92.16%-
XYZ56.5650.844.36-
YUV191.67115.21158.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=40.66%
G=30.10%
B=29.24%

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
Decimal23517416900.260.280.084.5562.2679.22
HexEBAEA901A1C853e4f
Octal3532562510323410576117
Binary1110101110101110101010010110101110010001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEA9; }

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

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

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

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

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

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

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

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