Html Css Color HEX #EAB071 Harvest Gold

📋 copy color: '#EAB071'

red 234 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #EAB071

Tints of Harvest Gold #EAB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

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

R = 44.74%
G = 33.65%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAB071 (or 0xEAB071) is known color: Harvest Gold. HEX triplet: EA, B0 and 71. RGB value is (234,176,113). Sum of RGB (Red+Green+Blue) = 234+176+113=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB071 is #154F8E. Grayscale: #BABABA. Windows color (decimal): -1396623 or 7450858. OLE color: 7450858.

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

Color convert

RGB 234 176 113 -
CMYK 0 0.25 0.52 0.08
HSL 31.24º 0.74% 0.68% -
HSV(B) 31.24º 0.52% 0.92% -
XYZ 52.44 49.74 22.46 -
YUV 186.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 234 176 113 0 0.25 0.52 0.08 31.24 0.74 0.68
Hex EA B0 71 0 19 34 8 1F 4A 44
Octal 352 260 161 0 31 64 10 37 112 104
Binary 11101010 10110000 1110001 0 11001 110100 1000 11111 1001010 1000100

Color Harmonies of #EAB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB071

Black with #EAB071

Text Example


Text Example

White with #EAB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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