#ECB2AB

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

Shades of Shilo #ECB2AB

Tints of Shilo #ECB2AB

Color information

#ECB2AB (or 0xECB2AB) is unknown color: approx Shilo. HEX triplet: EC, B2 and AB. RGB value is (236,178,171). Sum of RGB (Red+Green+Blue) = 236+178+171=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2AB is #134D54. Grayscale: #C2C2C2. Windows color (decimal): -1264981 or 11252460. OLE color: 11252460.

HSL color Cylindrical-coordinate representation of color #ECB2AB: hue angle of 6.46º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB2AB is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236178171-
CMYK00.250.280.07
HSL6.46º63.11%79.8%-
HSV(B)6.46º27.54%92.55%-
XYZ57.8652.6145.63-
YUV194.54114.72157.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=40.34%
G=30.43%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617817100.250.280.076.4663.1179.8
HexECB2AB0191C763f50
Octal354262253031347677120
Binary111011001011001010101011011001111001111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2AB; }

 p { color: rgb(236,178,171); }

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

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

 a { background-color: rgb(236,178,171); }

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

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

 span { border-color: rgb(236,178,171); }

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