#ECB4A9

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

Shades of Shilo #ECB4A9

Tints of Shilo #ECB4A9

Color information

#ECB4A9 (or 0xECB4A9) is unknown color: approx Shilo. HEX triplet: EC, B4 and A9. RGB value is (236,180,169). Sum of RGB (Red+Green+Blue) = 236+180+169=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB4A9 is #134B56. Grayscale: #C3C3C3. Windows color (decimal): -1264471 or 11121900. OLE color: 11121900.

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

Color convert

RGB236180169-
CMYK00.240.280.07
HSL9.85º63.81%79.41%-
HSV(B)9.85º28.39%92.55%-
XYZ58.0753.3444.77-
YUV195.49113.05156.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 169 (66.41% from 255) = 28.89%
R=40.34%
G=30.77%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618016900.240.280.079.8563.8179.41
HexECB4A90181C7a404f
Octal35426425103034712100117
Binary11101100101101001010100101100011100111101010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4A9; }

 p { color: rgb(236,180,169); }

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

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

 a { background-color: rgb(236,180,169); }

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

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

 span { border-color: rgb(236,180,169); }

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