#ECAF77

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

Shades of Tacao #ECAF77

Tints of Tacao #ECAF77

Color information

#ECAF77 (or 0xECAF77) is unknown color: approx Tacao. HEX triplet: EC, AF and 77. RGB value is (236,175,119). Sum of RGB (Red+Green+Blue) = 236+175+119=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF77 is #135088. Grayscale: #BBBBBB. Windows color (decimal): -1265801 or 7843820. OLE color: 7843820.

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

Color convert

RGB236175119-
CMYK00.260.500.07
HSL28.72º75.48%69.61%-
HSV(B)28.72º49.58%92.55%-
XYZ53.2549.8224.26-
YUV186.8689.71163.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 119 (46.88% from 255) = 22.45%
R=44.53%
G=33.02%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617511900.260.500.0728.7275.4869.61
HexECAF7701A3271d4b46
Octal35425716703262735113106
Binary111011001010111111101110110101100101111110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF77; }

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

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

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

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

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

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

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

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