#EBB4AB

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

Shades of Shilo #EBB4AB

Tints of Shilo #EBB4AB

Color information

#EBB4AB (or 0xEBB4AB) is unknown color: approx Shilo. HEX triplet: EB, B4 and AB. RGB value is (235,180,171). Sum of RGB (Red+Green+Blue) = 235+180+171=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4AB is #144B54. Grayscale: #C3C3C3. Windows color (decimal): -1330005 or 11252971. OLE color: 11252971.

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

Color convert

RGB235180171-
CMYK00.230.270.08
HSL8.44º61.54%79.61%-
HSV(B)8.44º27.23%92.16%-
XYZ57.9353.2445.75-
YUV195.42114.22156.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=40.10%
G=30.72%
B=29.18%

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
Decimal23518017100.230.270.088.4461.5479.61
HexEBB4AB0171B883e50
Octal35326425302733101076120
Binary11101011101101001010101101011111011100010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4AB; }

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

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

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

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

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

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

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

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