#ECA97D

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

Shades of Tacao #ECA97D

Tints of Tacao #ECA97D

Color information

#ECA97D (or 0xECA97D) is unknown color: approx Tacao. HEX triplet: EC, A9 and 7D. RGB value is (236,169,125). Sum of RGB (Red+Green+Blue) = 236+169+125=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA97D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA97D is #135682. Grayscale: #B8B8B8. Windows color (decimal): -1267331 or 8235500. OLE color: 8235500.

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

Color convert

RGB236169125-
CMYK00.280.470.07
HSL23.78º74.5%70.78%-
HSV(B)23.78º47.03%92.55%-
XYZ52.4847.6925.84-
YUV184.0294.7165.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=44.53%
G=31.89%
B=23.58%

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
Decimal23616912500.280.470.0723.7874.570.78
HexECA97D01C2F7184a47
Octal35425117503457730112107
Binary111011001010100111111010111001011111111100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA97D; }

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

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

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

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

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

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

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

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