#EAB4AB

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

Shades of Shilo #EAB4AB

Tints of Shilo #EAB4AB

Color information

#EAB4AB (or 0xEAB4AB) is unknown color: approx Shilo. HEX triplet: EA, B4 and AB. RGB value is (234,180,171). Sum of RGB (Red+Green+Blue) = 234+180+171=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB4AB is #154B54. Grayscale: #C3C3C3. Windows color (decimal): -1395541 or 11252970. OLE color: 11252970.

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

Color convert

RGB234180171-
CMYK00.230.270.08
HSL8.57º60%79.41%-
HSV(B)8.57º26.92%91.76%-
XYZ57.653.0845.74-
YUV195.12114.39155.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=40%
G=30.77%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418017100.230.270.088.576079.41
HexEAB4AB0171B893c4f
Octal35226425302733101174117
Binary11101010101101001010101101011111011100010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4AB; }

 p { color: rgb(234,180,171); }

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

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

 a { background-color: rgb(234,180,171); }

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

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

 span { border-color: rgb(234,180,171); }

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