#EAB2A2

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

Shades of Shilo #EAB2A2

Tints of Shilo #EAB2A2

Color information

#EAB2A2 (or 0xEAB2A2) is unknown color: approx Shilo. HEX triplet: EA, B2 and A2. RGB value is (234,178,162). Sum of RGB (Red+Green+Blue) = 234+178+162=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB2A2 is #154D5D. Grayscale: #C1C1C1. Windows color (decimal): -1396062 or 10662634. OLE color: 10662634.

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

Color convert

RGB234178162-
CMYK00.240.310.08
HSL13.33º63.16%77.65%-
HSV(B)13.33º30.77%91.76%-
XYZ56.3751.9441.24-
YUV192.92110.55157.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 162 (63.67% from 255) = 28.22%
R=40.77%
G=31.01%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417816200.240.310.0813.3363.1677.65
HexEAB2A20181F8d3f4e
Octal35226224203037101577116
Binary11101010101100101010001001100011111100011011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2A2; }

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

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

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

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

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

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

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

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