Html Css Color HEX #EAAE6D Harvest Gold

📋 copy color: '#EAAE6D'

red 234 ◦ green 174 ◦ blue 109

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

Shades of Harvest Gold #EAAE6D

Tints of Harvest Gold #EAAE6D

RGB

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

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

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

R = 45.26%
G = 33.66%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAAE6D (or 0xEAAE6D) is known color: Harvest Gold. HEX triplet: EA, AE and 6D. RGB value is (234,174,109). Sum of RGB (Red+Green+Blue) = 234+174+109=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE6D is #155192. Grayscale: #B8B8B8. Windows color (decimal): -1397139 or 7188202. OLE color: 7188202.

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

Color convert

RGB 234 174 109 -
CMYK 0 0.26 0.53 0.08
HSL 31.2º 0.75% 0.67% -
HSV(B) 31.2º 0.53% 0.92% -
XYZ 51.83 48.87 21.17 -
YUV 184.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 234 174 109 0 0.26 0.53 0.08 31.2 0.75 0.67
Hex EA AE 6D 0 1A 35 8 1F 4B 43
Octal 352 256 155 0 32 65 10 37 113 103
Binary 11101010 10101110 1101101 0 11010 110101 1000 11111 1001011 1000011

Color Harmonies of #EAAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE6D

Black with #EAAE6D

Text Example


Text Example

White with #EAAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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