Html Css Color HEX #E2A96D Harvest Gold

📋 copy color: '#E2A96D'

red 226 ◦ green 169 ◦ blue 109

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

Shades of Harvest Gold #E2A96D

Tints of Harvest Gold #E2A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.53%

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

R = 44.84%
G = 33.53%
B = 21.63%

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

#E2A96D (or 0xE2A96D) is known color: Harvest Gold. HEX triplet: E2, A9 and 6D. RGB value is (226,169,109). Sum of RGB (Red+Green+Blue) = 226+169+109=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A96D is #1D5692. Grayscale: #B3B3B3. Windows color (decimal): -1922707 or 7186914. OLE color: 7186914.

HSL color Cylindrical-coordinate representation of color #E2A96D: hue angle of 30.77º 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 #E2A96D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 169 109 -
CMYK 0 0.25 0.52 0.11
HSL 30.77º 0.67% 0.66% -
HSV(B) 30.77º 0.52% 0.89% -
XYZ 48.31 45.65 20.73 -
YUV 179.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 226 169 109 0 0.25 0.52 0.11 30.77 0.67 0.66
Hex E2 A9 6D 0 19 34 B 1F 43 42
Octal 342 251 155 0 31 64 13 37 103 102
Binary 11100010 10101001 1101101 0 11001 110100 1011 11111 1000011 1000010

Color Harmonies of #E2A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A96D

Black with #E2A96D

Text Example


Text Example

White with #E2A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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