#ECAB72

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

Shades of Tacao #ECAB72

Tints of Tacao #ECAB72

Color information

#ECAB72 (or 0xECAB72) is unknown color: approx Tacao. HEX triplet: EC, AB and 72. RGB value is (236,171,114). Sum of RGB (Red+Green+Blue) = 236+171+114=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB72 is #13548D. Grayscale: #B8B8B8. Windows color (decimal): -1266830 or 7515116. OLE color: 7515116.

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

Color convert

RGB236171114-
CMYK00.280.520.07
HSL28.03º76.25%68.63%-
HSV(B)28.03º51.69%92.55%-
XYZ52.1948.1722.47-
YUV183.9488.53165.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=45.30%
G=32.82%
B=21.88%

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
Decimal23617111400.280.520.0728.0376.2568.63
HexECAB7201C3471c4c45
Octal35425316203464734114105
Binary111011001010101111100100111001101001111110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB72; }

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

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

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

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

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

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

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

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