#E6B5AB

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

Shades of Shilo #E6B5AB

Tints of Shilo #E6B5AB

Color information

#E6B5AB (or 0xE6B5AB) is unknown color: approx Shilo. HEX triplet: E6, B5 and AB. RGB value is (230,181,171). Sum of RGB (Red+Green+Blue) = 230+181+171=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B5AB is #194A54. Grayscale: #C2C2C2. Windows color (decimal): -1657429 or 11253222. OLE color: 11253222.

HSL color Cylindrical-coordinate representation of color #E6B5AB: hue angle of 10.17º 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 #E6B5AB is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230181171-
CMYK00.210.260.10
HSL10.17º54.13%78.63%-
HSV(B)10.17º25.65%90.2%-
XYZ56.5152.8145.74-
YUV194.51114.73153.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=39.52%
G=31.10%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018117100.210.260.1010.1754.1378.63
HexE6B5AB0151AAa364f
Octal34626525302532121266117
Binary11100110101101011010101101010111010101010101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5AB; }

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

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

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

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

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

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

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

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