Html Css Color HEX #EABC71 Harvest Gold

📋 copy color: '#EABC71'

red 234 ◦ green 188 ◦ blue 113

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

Shades of Harvest Gold #EABC71

Tints of Harvest Gold #EABC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

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

R = 43.74%
G = 35.14%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EABC71 (or 0xEABC71) is known color: Harvest Gold. HEX triplet: EA, BC and 71. RGB value is (234,188,113). Sum of RGB (Red+Green+Blue) = 234+188+113=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC71 is #15438E. Grayscale: #C1C1C1. Windows color (decimal): -1393551 or 7453930. OLE color: 7453930.

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

Color convert

RGB 234 188 113 -
CMYK 0 0.20 0.52 0.08
HSL 37.19º 0.74% 0.68% -
HSV(B) 37.19º 0.52% 0.92% -
XYZ 54.9 54.65 23.28 -
YUV 193.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 234 188 113 0 0.20 0.52 0.08 37.19 0.74 0.68
Hex EA BC 71 0 14 34 8 25 4A 44
Octal 352 274 161 0 24 64 10 45 112 104
Binary 11101010 10111100 1110001 0 10100 110100 1000 100101 1001010 1000100

Color Harmonies of #EABC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC71

Black with #EABC71

Text Example


Text Example

White with #EABC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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