#E6BAAB

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

Shades of Shilo #E6BAAB

Tints of Shilo #E6BAAB

Color information

#E6BAAB (or 0xE6BAAB) is unknown color: approx Shilo. HEX triplet: E6, BA and AB. RGB value is (230,186,171). Sum of RGB (Red+Green+Blue) = 230+186+171=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BAAB is #194554. Grayscale: #C5C5C5. Windows color (decimal): -1656149 or 11254502. OLE color: 11254502.

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

Color convert

RGB230186171-
CMYK00.190.260.10
HSL15.25º54.13%78.63%-
HSV(B)15.25º25.65%90.2%-
XYZ57.5454.8846.09-
YUV197.45113.08151.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=39.18%
G=31.69%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018617100.190.260.1015.2554.1378.63
HexE6BAAB0131AAf364f
Octal34627225302332121766117
Binary11100110101110101010101101001111010101011111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAAB; }

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

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

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

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

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

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

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

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