Html Css Color HEX #EAB76E Harvest Gold

📋 copy color: '#EAB76E'

red 234 ◦ green 183 ◦ blue 110

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

Shades of Harvest Gold #EAB76E

Tints of Harvest Gold #EAB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.87%

R = 44.4%
G = 34.72%
B = 20.87%

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

#EAB76E (or 0xEAB76E) is known color: Harvest Gold. HEX triplet: EA, B7 and 6E. RGB value is (234,183,110). Sum of RGB (Red+Green+Blue) = 234+183+110=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB76E is #154891. Grayscale: #BEBEBE. Windows color (decimal): -1394834 or 7256042. OLE color: 7256042.

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

Color convert

RGB 234 183 110 -
CMYK 0 0.22 0.53 0.08
HSL 35.32º 0.75% 0.67% -
HSV(B) 35.32º 0.53% 0.92% -
XYZ 53.68 52.49 22.05 -
YUV 189.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 234 183 110 0 0.22 0.53 0.08 35.32 0.75 0.67
Hex EA B7 6E 0 16 35 8 23 4B 43
Octal 352 267 156 0 26 65 10 43 113 103
Binary 11101010 10110111 1101110 0 10110 110101 1000 100011 1001011 1000011

Color Harmonies of #EAB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB76E

Black with #EAB76E

Text Example


Text Example

White with #EAB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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