#ECAB71

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

Shades of Tacao #ECAB71

Tints of Tacao #ECAB71

Color information

#ECAB71 (or 0xECAB71) is unknown color: approx Tacao. HEX triplet: EC, AB and 71. RGB value is (236,171,113). Sum of RGB (Red+Green+Blue) = 236+171+113=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB71 is #13548E. Grayscale: #B8B8B8. Windows color (decimal): -1266831 or 7449580. OLE color: 7449580.

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

Color convert

RGB236171113-
CMYK00.280.520.07
HSL28.29º76.4%68.43%-
HSV(B)28.29º52.12%92.55%-
XYZ52.1448.1522.17-
YUV183.8288.03165.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=45.38%
G=32.88%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617111300.280.520.0728.2976.468.43
HexECAB7101C3471c4c44
Octal35425316103464734114104
Binary111011001010101111100010111001101001111110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB71; }

 p { color: rgb(236,171,113); }

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

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

 a { background-color: rgb(236,171,113); }

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

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

 span { border-color: rgb(236,171,113); }

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