Html Css Color HEX #EAA671 Tacao

📋 copy color: '#EAA671'

red 234 ◦ green 166 ◦ blue 113

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

Shades of Tacao #EAA671

Tints of Tacao #EAA671

RGB

 RED value IS 234 (91.8% from 255) = 45.61%

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

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

R = 45.61%
G = 32.36%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAA671 (or 0xEAA671) is known color: Tacao. HEX triplet: EA, A6 and 71. RGB value is (234,166,113). Sum of RGB (Red+Green+Blue) = 234+166+113=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA671 is #15598E. Grayscale: #B4B4B4. Windows color (decimal): -1399183 or 7448298. OLE color: 7448298.

HSL color Cylindrical-coordinate representation of color #EAA671: hue angle of 26.28º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAA671 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 113 -
CMYK 0 0.29 0.52 0.08
HSL 26.28º 0.74% 0.68% -
HSV(B) 26.28º 0.52% 0.92% -
XYZ 50.55 45.96 21.83 -
YUV 180.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 234 166 113 0 0.29 0.52 0.08 26.28 0.74 0.68
Hex EA A6 71 0 1D 34 8 1A 4A 44
Octal 352 246 161 0 35 64 10 32 112 104
Binary 11101010 10100110 1110001 0 11101 110100 1000 11010 1001010 1000100

Color Harmonies of #EAA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA671

Black with #EAA671

Text Example


Text Example

White with #EAA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA671; }

 p { color: rgb(234,166,113); }

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

background-color css

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

 a { background-color: rgb(234,166,113); }

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

border-color css

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

 span { border-color: rgb(234,166,113); }

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