#ECA679

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

Shades of Tacao #ECA679

Tints of Tacao #ECA679

Color information

#ECA679 (or 0xECA679) is unknown color: approx Tacao. HEX triplet: EC, A6 and 79. RGB value is (236,166,121). Sum of RGB (Red+Green+Blue) = 236+166+121=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA679 is #135986. Grayscale: #B6B6B6. Windows color (decimal): -1268103 or 7972588. OLE color: 7972588.

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

Color convert

RGB236166121-
CMYK00.300.490.07
HSL23.48º75.16%70%-
HSV(B)23.48º48.73%92.55%-
XYZ51.6846.4924.34-
YUV181.893.69166.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=45.12%
G=31.74%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616612100.300.490.0723.4875.1670
HexECA67901E317174b46
Octal35424617103661727113106
Binary111011001010011011110010111101100011111011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA679; }

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

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

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

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

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

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

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

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