#EBAEA2

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

Shades of Shilo #EBAEA2

Tints of Shilo #EBAEA2

Color information

#EBAEA2 (or 0xEBAEA2) is unknown color: approx Shilo. HEX triplet: EB, AE and A2. RGB value is (235,174,162). Sum of RGB (Red+Green+Blue) = 235+174+162=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEA2 is #14515D. Grayscale: #BEBEBE. Windows color (decimal): -1331550 or 10661611. OLE color: 10661611.

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

Color convert

RGB235174162-
CMYK00.260.310.08
HSL9.86º64.6%77.84%-
HSV(B)9.86º31.06%92.16%-
XYZ55.9250.5440.99-
YUV190.87111.71159.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 162 (63.67% from 255) = 28.37%
R=41.16%
G=30.47%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517416200.260.310.089.8664.677.84
HexEBAEA201A1F8a414e
Octal353256242032371012101116
Binary111010111010111010100010011010111111000101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEA2; }

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

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

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

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

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

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

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

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