Html Css Color HEX #EAA373 Tacao

📋 copy color: '#EAA373'

red 234 ◦ green 163 ◦ blue 115

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

Shades of Tacao #EAA373

Tints of Tacao #EAA373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 45.7%
G = 31.84%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAA373 (or 0xEAA373) is known color: Tacao. HEX triplet: EA, A3 and 73. RGB value is (234,163,115). Sum of RGB (Red+Green+Blue) = 234+163+115=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA373 is #155C8C. Grayscale: #B3B3B3. Windows color (decimal): -1399949 or 7578602. OLE color: 7578602.

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

Color convert

RGB 234 163 115 -
CMYK 0 0.30 0.51 0.08
HSL 24.2º 0.74% 0.68% -
HSV(B) 24.2º 0.51% 0.92% -
XYZ 50.12 44.92 22.25 -
YUV 178.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 234 163 115 0 0.30 0.51 0.08 24.2 0.74 0.68
Hex EA A3 73 0 1E 33 8 18 4A 44
Octal 352 243 163 0 36 63 10 30 112 104
Binary 11101010 10100011 1110011 0 11110 110011 1000 11000 1001010 1000100

Color Harmonies of #EAA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA373

Black with #EAA373

Text Example


Text Example

White with #EAA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA373; }

 p { color: rgb(234,163,115); }

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

background-color css

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

 a { background-color: rgb(234,163,115); }

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

border-color css

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

 span { border-color: rgb(234,163,115); }

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