Html Css Color HEX #E0A96D Harvest Gold

📋 copy color: '#E0A96D'

red 224 ◦ green 169 ◦ blue 109

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

Shades of Harvest Gold #E0A96D

Tints of Harvest Gold #E0A96D

RGB

 RED value IS 224 (87.89% from 255) = 44.62%

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

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

R = 44.62%
G = 33.67%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0A96D (or 0xE0A96D) is known color: Harvest Gold. HEX triplet: E0, A9 and 6D. RGB value is (224,169,109). Sum of RGB (Red+Green+Blue) = 224+169+109=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A96D is #1F5692. Grayscale: #B2B2B2. Windows color (decimal): -2053779 or 7186912. OLE color: 7186912.

HSL color Cylindrical-coordinate representation of color #E0A96D: hue angle of 31.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0A96D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 169 109 -
CMYK 0 0.25 0.51 0.12
HSL 31.3º 0.65% 0.65% -
HSV(B) 31.3º 0.51% 0.88% -
XYZ 47.69 45.33 20.7 -
YUV 178.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 224 169 109 0 0.25 0.51 0.12 31.3 0.65 0.65
Hex E0 A9 6D 0 19 33 C 1F 41 41
Octal 340 251 155 0 31 63 14 37 101 101
Binary 11100000 10101001 1101101 0 11001 110011 1100 11111 1000001 1000001

Color Harmonies of #E0A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A96D

Black with #E0A96D

Text Example


Text Example

White with #E0A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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