#ecb1a5

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

Shades of Shilo #ECB1A5

Tints of Shilo #ECB1A5

Color information

#ECB1A5 (or 0xECB1A5) is unknown color: approx Shilo. HEX triplet: EC, B1 and A5. RGB value is (236,177,165). Sum of RGB (Red+Green+Blue) = 236+177+165=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1A5 is #134E5A. Grayscale: #C1C1C1. Windows color (decimal): -1265243 or 10858988. OLE color: 10858988.

HSL color Cylindrical-coordinate representation of color #ECB1A5: hue angle of 10.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB1A5 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236177165-
CMYK00.250.300.07
HSL10.14º65.14%78.63%-
HSV(B)10.14º30.08%92.55%-
XYZ57.1151.9942.62-
YUV193.27112.05158.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=40.83%
G=30.62%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617716500.250.300.0710.1465.1478.63
HexECB1A50191E7a414f
Octal35426124503136712101117
Binary11101100101100011010010101100111110111101010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb1a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb1a5; }

 p { color: rgb(236,177,165); }

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

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

 a { background-color: rgb(236,177,165); }

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

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

 span { border-color: rgb(236,177,165); }

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