Html Css Color HEX #EAB973 Harvest Gold

📋 copy color: '#EAB973'

red 234 ◦ green 185 ◦ blue 115

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

Shades of Harvest Gold #EAB973

Tints of Harvest Gold #EAB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 43.82%
G = 34.64%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAB973 (or 0xEAB973) is known color: Harvest Gold. HEX triplet: EA, B9 and 73. RGB value is (234,185,115). Sum of RGB (Red+Green+Blue) = 234+185+115=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB973 is #15468C. Grayscale: #C0C0C0. Windows color (decimal): -1394317 or 7584234. OLE color: 7584234.

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

Color convert

RGB 234 185 115 -
CMYK 0 0.21 0.51 0.08
HSL 35.29º 0.74% 0.68% -
HSV(B) 35.29º 0.51% 0.92% -
XYZ 54.38 53.43 23.67 -
YUV 191.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 234 185 115 0 0.21 0.51 0.08 35.29 0.74 0.68
Hex EA B9 73 0 15 33 8 23 4A 44
Octal 352 271 163 0 25 63 10 43 112 104
Binary 11101010 10111001 1110011 0 10101 110011 1000 100011 1001010 1000100

Color Harmonies of #EAB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB973

Black with #EAB973

Text Example


Text Example

White with #EAB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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