Html Css Color HEX #EABA71 Harvest Gold

📋 copy color: '#EABA71'

red 234 ◦ green 186 ◦ blue 113

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

Shades of Harvest Gold #EABA71

Tints of Harvest Gold #EABA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.2%

R = 43.9%
G = 34.9%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EABA71 (or 0xEABA71) is known color: Harvest Gold. HEX triplet: EA, BA and 71. RGB value is (234,186,113). Sum of RGB (Red+Green+Blue) = 234+186+113=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA71 is #15458E. Grayscale: #C0C0C0. Windows color (decimal): -1394063 or 7453418. OLE color: 7453418.

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

Color convert

RGB 234 186 113 -
CMYK 0 0.21 0.52 0.08
HSL 36.2º 0.74% 0.68% -
HSV(B) 36.2º 0.52% 0.92% -
XYZ 54.47 53.8 23.14 -
YUV 192.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 234 186 113 0 0.21 0.52 0.08 36.2 0.74 0.68
Hex EA BA 71 0 15 34 8 24 4A 44
Octal 352 272 161 0 25 64 10 44 112 104
Binary 11101010 10111010 1110001 0 10101 110100 1000 100100 1001010 1000100

Color Harmonies of #EABA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA71

Black with #EABA71

Text Example


Text Example

White with #EABA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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