#ECA97A

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

Shades of Tacao #ECA97A

Tints of Tacao #ECA97A

Color information

#ECA97A (or 0xECA97A) is unknown color: approx Tacao. HEX triplet: EC, A9 and 7A. RGB value is (236,169,122). Sum of RGB (Red+Green+Blue) = 236+169+122=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA97A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA97A is #135685. Grayscale: #B7B7B7. Windows color (decimal): -1267334 or 8038892. OLE color: 8038892.

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

Color convert

RGB236169122-
CMYK00.280.480.07
HSL24.74º75%70.2%-
HSV(B)24.74º48.31%92.55%-
XYZ52.2947.6124.85-
YUV183.6893.2165.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=44.78%
G=32.07%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616912200.280.480.0724.747570.2
HexECA97A01C307194b46
Octal35425117203460731113106
Binary111011001010100111110100111001100001111100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA97A; }

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

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

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

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

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

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

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

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