#ECA479

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

Shades of Tacao #ECA479

Tints of Tacao #ECA479

Color information

#ECA479 (or 0xECA479) is unknown color: approx Tacao. HEX triplet: EC, A4 and 79. RGB value is (236,164,121). Sum of RGB (Red+Green+Blue) = 236+164+121=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA479 is #135B86. Grayscale: #B4B4B4. Windows color (decimal): -1268615 or 7972076. OLE color: 7972076.

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

Color convert

RGB236164121-
CMYK00.310.490.07
HSL22.43º75.16%70%-
HSV(B)22.43º48.73%92.55%-
XYZ51.3245.7624.22-
YUV180.6394.35167.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=45.30%
G=31.48%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616412100.310.490.0722.4375.1670
HexECA47901F317164b46
Octal35424417103761726113106
Binary111011001010010011110010111111100011111011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA479; }

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

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

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

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

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

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

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

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