Html Css Color HEX #EAB76D Harvest Gold

📋 copy color: '#EAB76D'

red 234 ◦ green 183 ◦ blue 109

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

Shades of Harvest Gold #EAB76D

Tints of Harvest Gold #EAB76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.79%

 BLUE value IS 109 (42.97% from 255) = 20.72%

R = 44.49%
G = 34.79%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAB76D (or 0xEAB76D) is known color: Harvest Gold. HEX triplet: EA, B7 and 6D. RGB value is (234,183,109). Sum of RGB (Red+Green+Blue) = 234+183+109=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB76D is #154892. Grayscale: #BEBEBE. Windows color (decimal): -1394835 or 7190506. OLE color: 7190506.

HSL color Cylindrical-coordinate representation of color #EAB76D: hue angle of 35.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAB76D is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 183 109 -
CMYK 0 0.22 0.53 0.08
HSL 35.52º 0.75% 0.67% -
HSV(B) 35.52º 0.53% 0.92% -
XYZ 53.63 52.46 21.77 -
YUV 189.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 234 183 109 0 0.22 0.53 0.08 35.52 0.75 0.67
Hex EA B7 6D 0 16 35 8 24 4B 43
Octal 352 267 155 0 26 65 10 44 113 103
Binary 11101010 10110111 1101101 0 10110 110101 1000 100100 1001011 1000011

Color Harmonies of #EAB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB76D

Black with #EAB76D

Text Example


Text Example

White with #EAB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB76D; }

 p { color: rgb(234,183,109); }

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

background-color css

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

 a { background-color: rgb(234,183,109); }

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

border-color css

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

 span { border-color: rgb(234,183,109); }

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