#EAB2A5

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

Shades of Shilo #EAB2A5

Tints of Shilo #EAB2A5

Color information

#EAB2A5 (or 0xEAB2A5) is unknown color: approx Shilo. HEX triplet: EA, B2 and A5. RGB value is (234,178,165). Sum of RGB (Red+Green+Blue) = 234+178+165=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB2A5 is #154D5A. Grayscale: #C1C1C1. Windows color (decimal): -1396059 or 10859242. OLE color: 10859242.

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

Color convert

RGB234178165-
CMYK00.240.290.08
HSL11.3º62.16%78.24%-
HSV(B)11.3º29.49%91.76%-
XYZ56.6452.0542.66-
YUV193.26112.05157.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 165 (64.84% from 255) = 28.60%
R=40.55%
G=30.85%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417816500.240.290.0811.362.1678.24
HexEAB2A50181D8b3e4e
Octal35226224503035101376116
Binary11101010101100101010010101100011101100010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2A5; }

 p { color: rgb(234,178,165); }

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

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

 a { background-color: rgb(234,178,165); }

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

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

 span { border-color: rgb(234,178,165); }

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