Html Css Color HEX #EAB974 Harvest Gold

📋 copy color: '#EAB974'

red 234 ◦ green 185 ◦ blue 116

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

Shades of Harvest Gold #EAB974

Tints of Harvest Gold #EAB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

 BLUE value IS 116 (45.7% from 255) = 21.68%

R = 43.74%
G = 34.58%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB974 (or 0xEAB974) is known color: Harvest Gold. HEX triplet: EA, B9 and 74. RGB value is (234,185,116). Sum of RGB (Red+Green+Blue) = 234+185+116=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB974 is #15468B. Grayscale: #C0C0C0. Windows color (decimal): -1394316 or 7649770. OLE color: 7649770.

HSL color Cylindrical-coordinate representation of color #EAB974: hue angle of 35.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAB974 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 116 -
CMYK 0 0.21 0.50 0.08
HSL 35.08º 0.74% 0.69% -
HSV(B) 35.08º 0.5% 0.92% -
XYZ 54.43 53.45 23.97 -
YUV 191.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 234 185 116 0 0.21 0.50 0.08 35.08 0.74 0.69
Hex EA B9 74 0 15 32 8 23 4A 45
Octal 352 271 164 0 25 62 10 43 112 105
Binary 11101010 10111001 1110100 0 10101 110010 1000 100011 1001010 1000101

Color Harmonies of #EAB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB974

Black with #EAB974

Text Example


Text Example

White with #EAB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB974; }

 p { color: rgb(234,185,116); }

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

background-color css

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

 a { background-color: rgb(234,185,116); }

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

border-color css

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

 span { border-color: rgb(234,185,116); }

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