Html Css Color HEX #EAAC6D Harvest Gold

📋 copy color: '#EAAC6D'

red 234 ◦ green 172 ◦ blue 109

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

Shades of Harvest Gold #EAAC6D

Tints of Harvest Gold #EAAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

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

R = 45.44%
G = 33.4%
B = 21.17%

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

#EAAC6D (or 0xEAAC6D) is known color: Harvest Gold. HEX triplet: EA, AC and 6D. RGB value is (234,172,109). Sum of RGB (Red+Green+Blue) = 234+172+109=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC6D is #155392. Grayscale: #B7B7B7. Windows color (decimal): -1397651 or 7187690. OLE color: 7187690.

HSL color Cylindrical-coordinate representation of color #EAAC6D: hue angle of 30.24º 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 #EAAC6D is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 109 -
CMYK 0 0.26 0.53 0.08
HSL 30.24º 0.75% 0.67% -
HSV(B) 30.24º 0.53% 0.92% -
XYZ 51.44 48.1 21.04 -
YUV 183.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 234 172 109 0 0.26 0.53 0.08 30.24 0.75 0.67
Hex EA AC 6D 0 1A 35 8 1E 4B 43
Octal 352 254 155 0 32 65 10 36 113 103
Binary 11101010 10101100 1101101 0 11010 110101 1000 11110 1001011 1000011

Color Harmonies of #EAAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC6D

Black with #EAAC6D

Text Example


Text Example

White with #EAAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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