Html Css Color HEX #EAB971 Harvest Gold

📋 copy color: '#EAB971'

red 234 ◦ green 185 ◦ blue 113

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

Shades of Harvest Gold #EAB971

Tints of Harvest Gold #EAB971

RGB

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

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

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

R = 43.98%
G = 34.77%
B = 21.24%

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

#EAB971 (or 0xEAB971) is known color: Harvest Gold. HEX triplet: EA, B9 and 71. RGB value is (234,185,113). Sum of RGB (Red+Green+Blue) = 234+185+113=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB971 is #15468E. Grayscale: #BFBFBF. Windows color (decimal): -1394319 or 7453162. OLE color: 7453162.

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

Color convert

RGB 234 185 113 -
CMYK 0 0.21 0.52 0.08
HSL 35.7º 0.74% 0.68% -
HSV(B) 35.7º 0.52% 0.92% -
XYZ 54.26 53.38 23.07 -
YUV 191.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 234 185 113 0 0.21 0.52 0.08 35.7 0.74 0.68
Hex EA B9 71 0 15 34 8 24 4A 44
Octal 352 271 161 0 25 64 10 44 112 104
Binary 11101010 10111001 1110001 0 10101 110100 1000 100100 1001010 1000100

Color Harmonies of #EAB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB971

Black with #EAB971

Text Example


Text Example

White with #EAB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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