Html Css Color HEX #EABA74 Harvest Gold

📋 copy color: '#EABA74'

red 234 ◦ green 186 ◦ blue 116

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

Shades of Harvest Gold #EABA74

Tints of Harvest Gold #EABA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.7%

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

R = 43.66%
G = 34.7%
B = 21.64%

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

#EABA74 (or 0xEABA74) is known color: Harvest Gold. HEX triplet: EA, BA and 74. RGB value is (234,186,116). Sum of RGB (Red+Green+Blue) = 234+186+116=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA74 is #15458B. Grayscale: #C0C0C0. Windows color (decimal): -1394060 or 7650026. OLE color: 7650026.

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

Color convert

RGB 234 186 116 -
CMYK 0 0.21 0.50 0.08
HSL 35.59º 0.74% 0.69% -
HSV(B) 35.59º 0.5% 0.92% -
XYZ 54.64 53.87 24.04 -
YUV 192.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 234 186 116 0 0.21 0.50 0.08 35.59 0.74 0.69
Hex EA BA 74 0 15 32 8 24 4A 45
Octal 352 272 164 0 25 62 10 44 112 105
Binary 11101010 10111010 1110100 0 10101 110010 1000 100100 1001010 1000101

Color Harmonies of #EABA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA74

Black with #EABA74

Text Example


Text Example

White with #EABA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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