Html Css Color HEX #E2AA6D Harvest Gold

📋 copy color: '#E2AA6D'

red 226 ◦ green 170 ◦ blue 109

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

Shades of Harvest Gold #E2AA6D

Tints of Harvest Gold #E2AA6D

RGB

 RED value IS 226 (88.67% from 255) = 44.75%

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

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

R = 44.75%
G = 33.66%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2AA6D (or 0xE2AA6D) is known color: Harvest Gold. HEX triplet: E2, AA and 6D. RGB value is (226,170,109). Sum of RGB (Red+Green+Blue) = 226+170+109=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA6D is #1D5592. Grayscale: #B4B4B4. Windows color (decimal): -1922451 or 7187170. OLE color: 7187170.

HSL color Cylindrical-coordinate representation of color #E2AA6D: hue angle of 31.28º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2AA6D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 109 -
CMYK 0 0.25 0.52 0.11
HSL 31.28º 0.67% 0.66% -
HSV(B) 31.28º 0.52% 0.89% -
XYZ 48.5 46.02 20.8 -
YUV 179.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 226 170 109 0 0.25 0.52 0.11 31.28 0.67 0.66
Hex E2 AA 6D 0 19 34 B 1F 43 42
Octal 342 252 155 0 31 64 13 37 103 102
Binary 11100010 10101010 1101101 0 11001 110100 1011 11111 1000011 1000010

Color Harmonies of #E2AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AA6D

Black with #E2AA6D

Text Example


Text Example

White with #E2AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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