Html Css Color HEX #ECA574 Tacao

📋 copy color: '#ECA574'

red 236 ◦ green 165 ◦ blue 116

#ECA574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #ECA574

Tints of Tacao #ECA574

RGB

 RED value IS 236 (92.58% from 255) = 45.65%

 GREEN value IS 165 (64.84% from 255) = 31.91%

 BLUE value IS 116 (45.7% from 255) = 22.44%

R = 45.65%
G = 31.91%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECA574 (or 0xECA574) is known color: Tacao. HEX triplet: EC, A5 and 74. RGB value is (236,165,116). Sum of RGB (Red+Green+Blue) = 236+165+116=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA574 is #135A8B. Grayscale: #B4B4B4. Windows color (decimal): -1268364 or 7644652. OLE color: 7644652.

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

Color convert

RGB 236 165 116 -
CMYK 0 0.30 0.51 0.07
HSL 24.5º 0.76% 0.69% -
HSV(B) 24.5º 0.51% 0.93% -
XYZ 51.2 46 22.7 -
YUV 180.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 236 165 116 0 0.30 0.51 0.07 24.5 0.76 0.69
Hex EC A5 74 0 1E 33 7 18 4C 45
Octal 354 245 164 0 36 63 7 30 114 105
Binary 11101100 10100101 1110100 0 11110 110011 111 11000 1001100 1000101

Color Harmonies of #ECA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA574

Black with #ECA574

Text Example


Text Example

White with #ECA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA574; }

 p { color: rgb(236,165,116); }

 H1.HeaderClassName
 {
   color: #ECA574;
 }
 .AnyTagClassName
 {
   color: #ECA574;
 }
</style>

background-color css

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

 a { background-color: rgb(236,165,116); }

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

border-color css

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

 span { border-color: rgb(236,165,116); }

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