#ECA97E

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

Shades of Tacao #ECA97E

Tints of Tacao #ECA97E

Color information

#ECA97E (or 0xECA97E) is unknown color: approx Tacao. HEX triplet: EC, A9 and 7E. RGB value is (236,169,126). Sum of RGB (Red+Green+Blue) = 236+169+126=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA97E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA97E is #135681. Grayscale: #B8B8B8. Windows color (decimal): -1267330 or 8301036. OLE color: 8301036.

HSL color Cylindrical-coordinate representation of color #ECA97E: hue angle of 23.45º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECA97E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236169126-
CMYK00.280.470.07
HSL23.45º74.32%70.98%-
HSV(B)23.45º46.61%92.55%-
XYZ52.5547.7226.18-
YUV184.1395.2165-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=44.44%
G=31.83%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616912600.280.470.0723.4574.3270.98
HexECA97E01C2F7174a47
Octal35425117603457727112107
Binary111011001010100111111100111001011111111011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA97E; }

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

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

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

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

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

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

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

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