#EAB8A7

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

Shades of Shilo #EAB8A7

Tints of Shilo #EAB8A7

Color information

#EAB8A7 (or 0xEAB8A7) is unknown color: approx Shilo. HEX triplet: EA, B8 and A7. RGB value is (234,184,167). Sum of RGB (Red+Green+Blue) = 234+184+167=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 167 (65.62% from 255 or 28.55% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB8A7 is #154758. Grayscale: #C5C5C5. Windows color (decimal): -1394521 or 10991850. OLE color: 10991850.

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

Color convert

RGB234184167-
CMYK00.210.290.08
HSL15.22º61.47%78.63%-
HSV(B)15.22º28.63%91.76%-
XYZ58.0554.5644.03-
YUV197.01111.06154.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 184 (72.27% from 255) = 31.45%
BLUE value IS 167 (65.62% from 255) = 28.55%
R=40%
G=31.45%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418416700.210.290.0815.2261.4778.63
HexEAB8A70151D8f3d4f
Octal35227024702535101775117
Binary11101010101110001010011101010111101100011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8A7; }

 p { color: rgb(234,184,167); }

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

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

 a { background-color: rgb(234,184,167); }

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

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

 span { border-color: rgb(234,184,167); }

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