#ecae74

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

Shades of Tacao #ECAE74

Tints of Tacao #ECAE74

Color information

#ECAE74 (or 0xECAE74) is unknown color: approx Tacao. HEX triplet: EC, AE and 74. RGB value is (236,174,116). Sum of RGB (Red+Green+Blue) = 236+174+116=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE74 is #13518B. Grayscale: #BABABA. Windows color (decimal): -1266060 or 7646956. OLE color: 7646956.

HSL color Cylindrical-coordinate representation of color #ECAE74: hue angle of 29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECAE74 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236174116-
CMYK00.260.510.07
HSL29º75.95%69.02%-
HSV(B)29º50.85%92.55%-
XYZ52.8849.3723.26-
YUV185.9388.54163.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=44.87%
G=33.08%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617411600.260.510.072975.9569.02
HexECAE7401A3371d4c45
Octal35425616403263735114105
Binary111011001010111011101000110101100111111110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecae74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecae74; }

 p { color: rgb(236,174,116); }

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

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

 a { background-color: rgb(236,174,116); }

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

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

 span { border-color: rgb(236,174,116); }

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