Html Css Color HEX #EAAE70 Harvest Gold

📋 copy color: '#EAAE70'

red 234 ◦ green 174 ◦ blue 112

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

Shades of Harvest Gold #EAAE70

Tints of Harvest Gold #EAAE70

RGB

 RED value IS 234 (91.8% from 255) = 45%

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

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

R = 45%
G = 33.46%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAAE70 (or 0xEAAE70) is known color: Harvest Gold. HEX triplet: EA, AE and 70. RGB value is (234,174,112). Sum of RGB (Red+Green+Blue) = 234+174+112=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE70 is #15518F. Grayscale: #B9B9B9. Windows color (decimal): -1397136 or 7384810. OLE color: 7384810.

HSL color Cylindrical-coordinate representation of color #EAAE70: hue angle of 30.49º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAAE70 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 112 -
CMYK 0 0.26 0.52 0.08
HSL 30.49º 0.74% 0.68% -
HSV(B) 30.49º 0.52% 0.92% -
XYZ 51.99 48.93 22.03 -
YUV 184.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 234 174 112 0 0.26 0.52 0.08 30.49 0.74 0.68
Hex EA AE 70 0 1A 34 8 1E 4A 44
Octal 352 256 160 0 32 64 10 36 112 104
Binary 11101010 10101110 1110000 0 11010 110100 1000 11110 1001010 1000100

Color Harmonies of #EAAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE70

Black with #EAAE70

Text Example


Text Example

White with #EAAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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