#ECABA4

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

Shades of Shilo #ECABA4

Tints of Shilo #ECABA4

Color information

#ECABA4 (or 0xECABA4) is unknown color: approx Shilo. HEX triplet: EC, AB and A4. RGB value is (236,171,164). Sum of RGB (Red+Green+Blue) = 236+171+164=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECABA4 is #13545B. Grayscale: #BDBDBD. Windows color (decimal): -1266780 or 10791916. OLE color: 10791916.

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

Color convert

RGB236171164-
CMYK00.280.310.07
HSL5.83º65.45%78.43%-
HSV(B)5.83º30.51%92.55%-
XYZ55.8649.6441.76-
YUV189.64113.53161.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=41.33%
G=29.95%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617116400.280.310.075.8365.4578.43
HexECABA401C1F76414e
Octal3542532440343776101116
Binary1110110010101011101001000111001111111111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABA4; }

 p { color: rgb(236,171,164); }

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

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

 a { background-color: rgb(236,171,164); }

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

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

 span { border-color: rgb(236,171,164); }

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