Html Css Color HEX #E5AE70 Harvest Gold

📋 copy color: '#E5AE70'

red 229 ◦ green 174 ◦ blue 112

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

Shades of Harvest Gold #E5AE70

Tints of Harvest Gold #E5AE70

RGB

 RED value IS 229 (89.84% from 255) = 44.47%

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 44.47%
G = 33.79%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E5AE70 (or 0xE5AE70) is known color: Harvest Gold. HEX triplet: E5, AE and 70. RGB value is (229,174,112). Sum of RGB (Red+Green+Blue) = 229+174+112=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AE70 is #1A518F. Grayscale: #B7B7B7. Windows color (decimal): -1724816 or 7384805. OLE color: 7384805.

HSL color Cylindrical-coordinate representation of color #E5AE70: hue angle of 31.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5AE70 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 174 112 -
CMYK 0 0.24 0.51 0.10
HSL 31.79º 0.69% 0.67% -
HSV(B) 31.79º 0.51% 0.9% -
XYZ 50.37 48.1 21.96 -
YUV 183.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 229 174 112 0 0.24 0.51 0.10 31.79 0.69 0.67
Hex E5 AE 70 0 18 33 A 20 45 43
Octal 345 256 160 0 30 63 12 40 105 103
Binary 11100101 10101110 1110000 0 11000 110011 1010 100000 1000101 1000011

Color Harmonies of #E5AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AE70

Black with #E5AE70

Text Example


Text Example

White with #E5AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AE70; }

 p { color: rgb(229,174,112); }

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

background-color css

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

 a { background-color: rgb(229,174,112); }

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

border-color css

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

 span { border-color: rgb(229,174,112); }

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