#ECB4A8

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

Shades of Shilo #ECB4A8

Tints of Shilo #ECB4A8

Color information

#ECB4A8 (or 0xECB4A8) is unknown color: approx Shilo. HEX triplet: EC, B4 and A8. RGB value is (236,180,168). Sum of RGB (Red+Green+Blue) = 236+180+168=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB4A8 is #134B57. Grayscale: #C3C3C3. Windows color (decimal): -1264472 or 11056364. OLE color: 11056364.

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

Color convert

RGB236180168-
CMYK00.240.290.07
HSL10.59º64.15%79.22%-
HSV(B)10.59º28.81%92.55%-
XYZ57.9853.344.28-
YUV195.38112.55156.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 168 (66.02% from 255) = 28.77%
R=40.41%
G=30.82%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618016800.240.290.0710.5964.1579.22
HexECB4A80181D7b404f
Octal35426425003035713100117
Binary11101100101101001010100001100011101111101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4A8; }

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

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

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

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

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

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

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

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