#ECAF75

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

Shades of Tacao #ECAF75

Tints of Tacao #ECAF75

Color information

#ECAF75 (or 0xECAF75) is unknown color: approx Tacao. HEX triplet: EC, AF and 75. RGB value is (236,175,117). Sum of RGB (Red+Green+Blue) = 236+175+117=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF75 is #13508A. Grayscale: #BABABA. Windows color (decimal): -1265803 or 7712748. OLE color: 7712748.

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

Color convert

RGB236175117-
CMYK00.260.500.07
HSL29.24º75.8%69.22%-
HSV(B)29.24º50.42%92.55%-
XYZ53.1349.7823.64-
YUV186.6388.71163.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=44.70%
G=33.14%
B=22.16%

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
Decimal23617511700.260.500.0729.2475.869.22
HexECAF7501A3271d4c45
Octal35425716503262735114105
Binary111011001010111111101010110101100101111110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF75; }

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

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

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

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

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

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

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

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