Html Css Color HEX #E0AE6F Harvest Gold

📋 copy color: '#E0AE6F'

red 224 ◦ green 174 ◦ blue 111

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

Shades of Harvest Gold #E0AE6F

Tints of Harvest Gold #E0AE6F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

 BLUE value IS 111 (43.75% from 255) = 21.81%

R = 44.01%
G = 34.18%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0AE6F (or 0xE0AE6F) is known color: Harvest Gold. HEX triplet: E0, AE and 6F. RGB value is (224,174,111). Sum of RGB (Red+Green+Blue) = 224+174+111=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE6F is #1F5190. Grayscale: #B6B6B6. Windows color (decimal): -2052497 or 7319264. OLE color: 7319264.

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

Color convert

RGB 224 174 111 -
CMYK 0 0.22 0.50 0.12
HSL 33.45º 0.65% 0.66% -
HSV(B) 33.45º 0.5% 0.88% -
XYZ 48.75 47.27 21.59 -
YUV 181.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 224 174 111 0 0.22 0.50 0.12 33.45 0.65 0.66
Hex E0 AE 6F 0 16 32 C 21 41 42
Octal 340 256 157 0 26 62 14 41 101 102
Binary 11100000 10101110 1101111 0 10110 110010 1100 100001 1000001 1000010

Color Harmonies of #E0AE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AE6F

Black with #E0AE6F

Text Example


Text Example

White with #E0AE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AE6F; }

 p { color: rgb(224,174,111); }

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

background-color css

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

 a { background-color: rgb(224,174,111); }

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

border-color css

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

 span { border-color: rgb(224,174,111); }

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