#EAB1A4

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

Shades of Shilo #EAB1A4

Tints of Shilo #EAB1A4

Color information

#EAB1A4 (or 0xEAB1A4) is unknown color: approx Shilo. HEX triplet: EA, B1 and A4. RGB value is (234,177,164). Sum of RGB (Red+Green+Blue) = 234+177+164=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB1A4 is #154E5B. Grayscale: #C0C0C0. Windows color (decimal): -1396316 or 10793450. OLE color: 10793450.

HSL color Cylindrical-coordinate representation of color #EAB1A4: hue angle of 11.14º degrees, saturation: 0.62, 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 #EAB1A4 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234177164-
CMYK00.240.300.08
HSL11.14º62.5%78.04%-
HSV(B)11.14º29.91%91.76%-
XYZ56.3551.6242.11-
YUV192.56111.88157.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=40.70%
G=30.78%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417716400.240.300.0811.1462.578.04
HexEAB1A40181E8b3e4e
Octal35226124403036101376116
Binary11101010101100011010010001100011110100010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1A4; }

 p { color: rgb(234,177,164); }

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

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

 a { background-color: rgb(234,177,164); }

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

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

 span { border-color: rgb(234,177,164); }

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