Html Css Color HEX #ECA271 Tacao

📋 copy color: '#ECA271'

red 236 ◦ green 162 ◦ blue 113

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

Shades of Tacao #ECA271

Tints of Tacao #ECA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 46.18%
G = 31.7%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECA271 (or 0xECA271) is known color: Tacao. HEX triplet: EC, A2 and 71. RGB value is (236,162,113). Sum of RGB (Red+Green+Blue) = 236+162+113=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA271 is #135D8E. Grayscale: #B2B2B2. Windows color (decimal): -1269135 or 7447276. OLE color: 7447276.

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

Color convert

RGB 236 162 113 -
CMYK 0 0.31 0.52 0.07
HSL 23.9º 0.76% 0.68% -
HSV(B) 23.9º 0.52% 0.93% -
XYZ 50.49 44.87 21.62 -
YUV 178.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 236 162 113 0 0.31 0.52 0.07 23.9 0.76 0.68
Hex EC A2 71 0 1F 34 7 18 4C 44
Octal 354 242 161 0 37 64 7 30 114 104
Binary 11101100 10100010 1110001 0 11111 110100 111 11000 1001100 1000100

Color Harmonies of #ECA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA271

Black with #ECA271

Text Example


Text Example

White with #ECA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA271; }

 p { color: rgb(236,162,113); }

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

background-color css

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

 a { background-color: rgb(236,162,113); }

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

border-color css

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

 span { border-color: rgb(236,162,113); }

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