Html Css Color HEX #EAA471 Tacao

📋 copy color: '#EAA471'

red 234 ◦ green 164 ◦ blue 113

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

Shades of Tacao #EAA471

Tints of Tacao #EAA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.09%

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

R = 45.79%
G = 32.09%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAA471 (or 0xEAA471) is known color: Tacao. HEX triplet: EA, A4 and 71. RGB value is (234,164,113). Sum of RGB (Red+Green+Blue) = 234+164+113=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA471 is #155B8E. Grayscale: #B3B3B3. Windows color (decimal): -1399695 or 7447786. OLE color: 7447786.

HSL color Cylindrical-coordinate representation of color #EAA471: hue angle of 25.29º 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 #EAA471 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 113 -
CMYK 0 0.30 0.52 0.08
HSL 25.29º 0.74% 0.68% -
HSV(B) 25.29º 0.52% 0.92% -
XYZ 50.19 45.24 21.71 -
YUV 179.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 234 164 113 0 0.30 0.52 0.08 25.29 0.74 0.68
Hex EA A4 71 0 1E 34 8 19 4A 44
Octal 352 244 161 0 36 64 10 31 112 104
Binary 11101010 10100100 1110001 0 11110 110100 1000 11001 1001010 1000100

Color Harmonies of #EAA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA471

Black with #EAA471

Text Example


Text Example

White with #EAA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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