Html Css Color HEX #EAAD74 Tacao

📋 copy color: '#EAAD74'

red 234 ◦ green 173 ◦ blue 116

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

Shades of Tacao #EAAD74

Tints of Tacao #EAAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

 BLUE value IS 116 (45.7% from 255) = 22.18%

R = 44.74%
G = 33.08%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAAD74 (or 0xEAAD74) is known color: Tacao. HEX triplet: EA, AD and 74. RGB value is (234,173,116). Sum of RGB (Red+Green+Blue) = 234+173+116=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD74 is #15528B. Grayscale: #B9B9B9. Windows color (decimal): -1397388 or 7646698. OLE color: 7646698.

HSL color Cylindrical-coordinate representation of color #EAAD74: hue angle of 28.98º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAAD74 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 116 -
CMYK 0 0.26 0.50 0.08
HSL 28.98º 0.74% 0.69% -
HSV(B) 28.98º 0.5% 0.92% -
XYZ 52.03 48.64 23.17 -
YUV 184.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 234 173 116 0 0.26 0.50 0.08 28.98 0.74 0.69
Hex EA AD 74 0 1A 32 8 1D 4A 45
Octal 352 255 164 0 32 62 10 35 112 105
Binary 11101010 10101101 1110100 0 11010 110010 1000 11101 1001010 1000101

Color Harmonies of #EAAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD74

Black with #EAAD74

Text Example


Text Example

White with #EAAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD74; }

 p { color: rgb(234,173,116); }

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

background-color css

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

 a { background-color: rgb(234,173,116); }

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

border-color css

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

 span { border-color: rgb(234,173,116); }

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