Html Css Color HEX #ECA370 Tacao

📋 copy color: '#ECA370'

red 236 ◦ green 163 ◦ blue 112

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

Shades of Tacao #ECA370

Tints of Tacao #ECA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.9%

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

R = 46.18%
G = 31.9%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECA370 (or 0xECA370) is known color: Tacao. HEX triplet: EC, A3 and 70. RGB value is (236,163,112). Sum of RGB (Red+Green+Blue) = 236+163+112=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA370 is #135C8F. Grayscale: #B3B3B3. Windows color (decimal): -1268880 or 7381996. OLE color: 7381996.

HSL color Cylindrical-coordinate representation of color #ECA370: hue angle of 24.68º 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 #ECA370 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 163 112 -
CMYK 0 0.31 0.53 0.07
HSL 24.68º 0.77% 0.68% -
HSV(B) 24.68º 0.53% 0.93% -
XYZ 50.61 45.2 21.39 -
YUV 179.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 236 163 112 0 0.31 0.53 0.07 24.68 0.77 0.68
Hex EC A3 70 0 1F 35 7 19 4D 44
Octal 354 243 160 0 37 65 7 31 115 104
Binary 11101100 10100011 1110000 0 11111 110101 111 11001 1001101 1000100

Color Harmonies of #ECA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA370

Black with #ECA370

Text Example


Text Example

White with #ECA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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