#ECAF79

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

Shades of Tacao #ECAF79

Tints of Tacao #ECAF79

Color information

#ECAF79 (or 0xECAF79) is unknown color: approx Tacao. HEX triplet: EC, AF and 79. RGB value is (236,175,121). Sum of RGB (Red+Green+Blue) = 236+175+121=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF79 is #135086. Grayscale: #BBBBBB. Windows color (decimal): -1265799 or 7974892. OLE color: 7974892.

HSL color Cylindrical-coordinate representation of color #ECAF79: hue angle of 28.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECAF79 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236175121-
CMYK00.260.490.07
HSL28.17º75.16%70%-
HSV(B)28.17º48.73%92.55%-
XYZ53.3749.8724.9-
YUV187.0890.71162.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 121 (47.66% from 255) = 22.74%
R=44.36%
G=32.89%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617512100.260.490.0728.1775.1670
HexECAF7901A3171c4b46
Octal35425717103261734113106
Binary111011001010111111110010110101100011111110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF79; }

 p { color: rgb(236,175,121); }

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

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

 a { background-color: rgb(236,175,121); }

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

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

 span { border-color: rgb(236,175,121); }

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