Html Css Color HEX #E2AA69 Harvest Gold

📋 copy color: '#E2AA69'

red 226 ◦ green 170 ◦ blue 105

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

Shades of Harvest Gold #E2AA69

Tints of Harvest Gold #E2AA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.96%

R = 45.11%
G = 33.93%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E2AA69 (or 0xE2AA69) is known color: Harvest Gold. HEX triplet: E2, AA and 69. RGB value is (226,170,105). Sum of RGB (Red+Green+Blue) = 226+170+105=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA69 is #1D5596. Grayscale: #B3B3B3. Windows color (decimal): -1922455 or 6925026. OLE color: 6925026.

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

Color convert

RGB 226 170 105 -
CMYK 0 0.25 0.54 0.11
HSL 32.23º 0.68% 0.65% -
HSV(B) 32.23º 0.54% 0.89% -
XYZ 48.29 45.94 19.69 -
YUV 179.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 226 170 105 0 0.25 0.54 0.11 32.23 0.68 0.65
Hex E2 AA 69 0 19 36 B 20 44 41
Octal 342 252 151 0 31 66 13 40 104 101
Binary 11100010 10101010 1101001 0 11001 110110 1011 100000 1000100 1000001

Color Harmonies of #E2AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AA69

Black with #E2AA69

Text Example


Text Example

White with #E2AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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