#ECB6A7

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

Shades of Shilo #ECB6A7

Tints of Shilo #ECB6A7

Color information

#ECB6A7 (or 0xECB6A7) is unknown color: approx Shilo. HEX triplet: EC, B6 and A7. RGB value is (236,182,167). Sum of RGB (Red+Green+Blue) = 236+182+167=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 167 (65.62% from 255 or 28.55% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6A7 is #134958. Grayscale: #C4C4C4. Windows color (decimal): -1263961 or 10991340. OLE color: 10991340.

HSL color Cylindrical-coordinate representation of color #ECB6A7: hue angle of 13.04º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB6A7 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236182167-
CMYK00.230.290.07
HSL13.04º64.49%79.02%-
HSV(B)13.04º29.24%92.55%-
XYZ58.354.0843.92-
YUV196.44111.39156.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 167 (65.62% from 255) = 28.55%
R=40.34%
G=31.11%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618216700.230.290.0713.0464.4979.02
HexECB6A70171D7d404f
Octal35426624702735715100117
Binary11101100101101101010011101011111101111110110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6A7; }

 p { color: rgb(236,182,167); }

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

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

 a { background-color: rgb(236,182,167); }

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

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

 span { border-color: rgb(236,182,167); }

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