Html Css Color HEX #EAAA6D Harvest Gold

📋 copy color: '#EAAA6D'

red 234 ◦ green 170 ◦ blue 109

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

Shades of Harvest Gold #EAAA6D

Tints of Harvest Gold #EAAA6D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 45.61%
G = 33.14%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAAA6D (or 0xEAAA6D) is known color: Harvest Gold. HEX triplet: EA, AA and 6D. RGB value is (234,170,109). Sum of RGB (Red+Green+Blue) = 234+170+109=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA6D is #155592. Grayscale: #B6B6B6. Windows color (decimal): -1398163 or 7187178. OLE color: 7187178.

HSL color Cylindrical-coordinate representation of color #EAAA6D: hue angle of 29.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAAA6D is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 109 -
CMYK 0 0.27 0.53 0.08
HSL 29.28º 0.75% 0.67% -
HSV(B) 29.28º 0.53% 0.92% -
XYZ 51.07 47.35 20.92 -
YUV 182.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 234 170 109 0 0.27 0.53 0.08 29.28 0.75 0.67
Hex EA AA 6D 0 1B 35 8 1D 4B 43
Octal 352 252 155 0 33 65 10 35 113 103
Binary 11101010 10101010 1101101 0 11011 110101 1000 11101 1001011 1000011

Color Harmonies of #EAAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA6D

Black with #EAAA6D

Text Example


Text Example

White with #EAAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA6D; }

 p { color: rgb(234,170,109); }

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

background-color css

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

 a { background-color: rgb(234,170,109); }

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

border-color css

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

 span { border-color: rgb(234,170,109); }

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