#EBAEA4

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

Shades of Shilo #EBAEA4

Tints of Shilo #EBAEA4

Color information

#EBAEA4 (or 0xEBAEA4) is unknown color: approx Shilo. HEX triplet: EB, AE and A4. RGB value is (235,174,164). Sum of RGB (Red+Green+Blue) = 235+174+164=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEA4 is #14515B. Grayscale: #BFBFBF. Windows color (decimal): -1331548 or 10792683. OLE color: 10792683.

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

Color convert

RGB235174164-
CMYK00.260.300.08
HSL8.45º63.96%78.24%-
HSV(B)8.45º30.21%92.16%-
XYZ56.150.6141.93-
YUV191.1112.71159.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 164 (64.45% from 255) = 28.62%
R=41.01%
G=30.37%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517416400.260.300.088.4563.9678.24
HexEBAEA401A1E88404e
Octal353256244032361010100116
Binary111010111010111010100100011010111101000100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEA4; }

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

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

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

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

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

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

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

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