#ECB7AA

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

Shades of Shilo #ECB7AA

Tints of Shilo #ECB7AA

Color information

#ECB7AA (or 0xECB7AA) is unknown color: approx Shilo. HEX triplet: EC, B7 and AA. RGB value is (236,183,170). Sum of RGB (Red+Green+Blue) = 236+183+170=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB7AA is #134855. Grayscale: #C5C5C5. Windows color (decimal): -1263702 or 11188204. OLE color: 11188204.

HSL color Cylindrical-coordinate representation of color #ECB7AA: hue angle of 11.82º 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 #ECB7AA is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236183170-
CMYK00.220.280.07
HSL11.82º63.46%79.61%-
HSV(B)11.82º27.97%92.55%-
XYZ58.7854.645.47-
YUV197.36112.56155.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 183 (71.88% from 255) = 31.07%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=40.07%
G=31.07%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618317000.220.280.0711.8263.4679.61
HexECB7AA0161C7c3f50
Octal3542672520263471477120
Binary1110110010110111101010100101101110011111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7AA; }

 p { color: rgb(236,183,170); }

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

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

 a { background-color: rgb(236,183,170); }

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

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

 span { border-color: rgb(236,183,170); }

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