#ECAE7A

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

Shades of Tacao #ECAE7A

Tints of Tacao #ECAE7A

Color information

#ECAE7A (or 0xECAE7A) is unknown color: approx Tacao. HEX triplet: EC, AE and 7A. RGB value is (236,174,122). Sum of RGB (Red+Green+Blue) = 236+174+122=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE7A is #135185. Grayscale: #BABABA. Windows color (decimal): -1266054 or 8040172. OLE color: 8040172.

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

Color convert

RGB236174122-
CMYK00.260.480.07
HSL27.37º75%70.2%-
HSV(B)27.37º48.31%92.55%-
XYZ53.2449.5125.16-
YUV186.6191.54163.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 122 (48.05% from 255) = 22.93%
R=44.36%
G=32.71%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617412200.260.480.0727.377570.2
HexECAE7A01A3071b4b46
Octal35425617203260733113106
Binary111011001010111011110100110101100001111101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE7A; }

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

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

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

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

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

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

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

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