Html Css Color HEX #ECA67A Tacao

📋 copy color: '#ECA67A'

red 236 ◦ green 166 ◦ blue 122

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

Shades of Tacao #ECA67A

Tints of Tacao #ECA67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 45.04%
G = 31.68%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECA67A (or 0xECA67A) is known color: Tacao. HEX triplet: EC, A6 and 7A. RGB value is (236,166,122). Sum of RGB (Red+Green+Blue) = 236+166+122=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA67A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA67A is #135985. Grayscale: #B6B6B6. Windows color (decimal): -1268102 or 8038124. OLE color: 8038124.

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

Color convert

RGB 236 166 122 -
CMYK 0 0.30 0.48 0.07
HSL 23.16º 0.75% 0.7% -
HSV(B) 23.16º 0.48% 0.93% -
XYZ 51.74 46.51 24.66 -
YUV 181.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 236 166 122 0 0.30 0.48 0.07 23.16 0.75 0.7
Hex EC A6 7A 0 1E 30 7 17 4B 46
Octal 354 246 172 0 36 60 7 27 113 106
Binary 11101100 10100110 1111010 0 11110 110000 111 10111 1001011 1000110

Color Harmonies of #ECA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA67A

Black with #ECA67A

Text Example


Text Example

White with #ECA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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