#E6B9AB

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

Shades of Shilo #E6B9AB

Tints of Shilo #E6B9AB

Color information

#E6B9AB (or 0xE6B9AB) is unknown color: approx Shilo. HEX triplet: E6, B9 and AB. RGB value is (230,185,171). Sum of RGB (Red+Green+Blue) = 230+185+171=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B9AB is #194654. Grayscale: #C4C4C4. Windows color (decimal): -1656405 or 11254246. OLE color: 11254246.

HSL color Cylindrical-coordinate representation of color #E6B9AB: hue angle of 14.24º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6B9AB is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230185171-
CMYK00.200.260.10
HSL14.24º54.13%78.63%-
HSV(B)14.24º25.65%90.2%-
XYZ57.3354.4646.02-
YUV196.86113.41151.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.25%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=39.25%
G=31.57%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018517100.200.260.1014.2454.1378.63
HexE6B9AB0141AAe364f
Octal34627125302432121666117
Binary11100110101110011010101101010011010101011101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B9AB; }

 p { color: rgb(230,185,171); }

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

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

 a { background-color: rgb(230,185,171); }

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

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

 span { border-color: rgb(230,185,171); }

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