Html Css Color HEX #ECA770 Tacao

📋 copy color: '#ECA770'

red 236 ◦ green 167 ◦ blue 112

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

Shades of Tacao #ECA770

Tints of Tacao #ECA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.43%

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 45.83%
G = 32.43%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECA770 (or 0xECA770) is known color: Tacao. HEX triplet: EC, A7 and 70. RGB value is (236,167,112). Sum of RGB (Red+Green+Blue) = 236+167+112=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA770 is #13588F. Grayscale: #B5B5B5. Windows color (decimal): -1267856 or 7383020. OLE color: 7383020.

HSL color Cylindrical-coordinate representation of color #ECA770: hue angle of 26.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECA770 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 167 112 -
CMYK 0 0.29 0.53 0.07
HSL 26.61º 0.77% 0.68% -
HSV(B) 26.61º 0.53% 0.93% -
XYZ 51.34 46.64 21.63 -
YUV 181.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 236 167 112 0 0.29 0.53 0.07 26.61 0.77 0.68
Hex EC A7 70 0 1D 35 7 1B 4D 44
Octal 354 247 160 0 35 65 7 33 115 104
Binary 11101100 10100111 1110000 0 11101 110101 111 11011 1001101 1000100

Color Harmonies of #ECA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA770

Black with #ECA770

Text Example


Text Example

White with #ECA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA770; }

 p { color: rgb(236,167,112); }

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

background-color css

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

 a { background-color: rgb(236,167,112); }

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

border-color css

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

 span { border-color: rgb(236,167,112); }

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