Html Css Color HEX #EAB371 Harvest Gold

📋 copy color: '#EAB371'

red 234 ◦ green 179 ◦ blue 113

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

Shades of Harvest Gold #EAB371

Tints of Harvest Gold #EAB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.03%

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

R = 44.49%
G = 34.03%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAB371 (or 0xEAB371) is known color: Harvest Gold. HEX triplet: EA, B3 and 71. RGB value is (234,179,113). Sum of RGB (Red+Green+Blue) = 234+179+113=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB371 is #154C8E. Grayscale: #BCBCBC. Windows color (decimal): -1395855 or 7451626. OLE color: 7451626.

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

Color convert

RGB 234 179 113 -
CMYK 0 0.24 0.52 0.08
HSL 32.73º 0.74% 0.68% -
HSV(B) 32.73º 0.52% 0.92% -
XYZ 53.03 50.92 22.66 -
YUV 187.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 234 179 113 0 0.24 0.52 0.08 32.73 0.74 0.68
Hex EA B3 71 0 18 34 8 21 4A 44
Octal 352 263 161 0 30 64 10 41 112 104
Binary 11101010 10110011 1110001 0 11000 110100 1000 100001 1001010 1000100

Color Harmonies of #EAB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB371

Black with #EAB371

Text Example


Text Example

White with #EAB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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