Html Css Color HEX #EAC174 Harvest Gold

📋 copy color: '#EAC174'

red 234 ◦ green 193 ◦ blue 116

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

Shades of Harvest Gold #EAC174

Tints of Harvest Gold #EAC174

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.54%

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

R = 43.09%
G = 35.54%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAC174 (or 0xEAC174) is known color: Harvest Gold. HEX triplet: EA, C1 and 74. RGB value is (234,193,116). Sum of RGB (Red+Green+Blue) = 234+193+116=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC174 is #153E8B. Grayscale: #C4C4C4. Windows color (decimal): -1392268 or 7651818. OLE color: 7651818.

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

Color convert

RGB 234 193 116 -
CMYK 0 0.18 0.50 0.08
HSL 39.15º 0.74% 0.69% -
HSV(B) 39.15º 0.5% 0.92% -
XYZ 56.15 56.89 24.54 -
YUV 196.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 234 193 116 0 0.18 0.50 0.08 39.15 0.74 0.69
Hex EA C1 74 0 12 32 8 27 4A 45
Octal 352 301 164 0 22 62 10 47 112 105
Binary 11101010 11000001 1110100 0 10010 110010 1000 100111 1001010 1000101

Color Harmonies of #EAC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC174

Black with #EAC174

Text Example


Text Example

White with #EAC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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