Html Css Color HEX #ECA672 Tacao

📋 copy color: '#ECA672'

red 236 ◦ green 166 ◦ blue 114

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

Shades of Tacao #ECA672

Tints of Tacao #ECA672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.17%

 BLUE value IS 114 (44.92% from 255) = 22.09%

R = 45.74%
G = 32.17%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECA672 (or 0xECA672) is known color: Tacao. HEX triplet: EC, A6 and 72. RGB value is (236,166,114). Sum of RGB (Red+Green+Blue) = 236+166+114=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA672 is #13598D. Grayscale: #B5B5B5. Windows color (decimal): -1268110 or 7513836. OLE color: 7513836.

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

Color convert

RGB 236 166 114 -
CMYK 0 0.30 0.52 0.07
HSL 25.57º 0.76% 0.69% -
HSV(B) 25.57º 0.52% 0.93% -
XYZ 51.27 46.32 22.16 -
YUV 181 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 236 166 114 0 0.30 0.52 0.07 25.57 0.76 0.69
Hex EC A6 72 0 1E 34 7 1A 4C 45
Octal 354 246 162 0 36 64 7 32 114 105
Binary 11101100 10100110 1110010 0 11110 110100 111 11010 1001100 1000101

Color Harmonies of #ECA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA672

Black with #ECA672

Text Example


Text Example

White with #ECA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA672; }

 p { color: rgb(236,166,114); }

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

background-color css

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

 a { background-color: rgb(236,166,114); }

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

border-color css

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

 span { border-color: rgb(236,166,114); }

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