Html Css Color HEX #EAB76C Harvest Gold

📋 copy color: '#EAB76C'

red 234 ◦ green 183 ◦ blue 108

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

Shades of Harvest Gold #EAB76C

Tints of Harvest Gold #EAB76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.57%

R = 44.57%
G = 34.86%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EAB76C (or 0xEAB76C) is known color: Harvest Gold. HEX triplet: EA, B7 and 6C. RGB value is (234,183,108). Sum of RGB (Red+Green+Blue) = 234+183+108=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB76C is #154893. Grayscale: #BEBEBE. Windows color (decimal): -1394836 or 7124970. OLE color: 7124970.

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

Color convert

RGB 234 183 108 -
CMYK 0 0.22 0.54 0.08
HSL 35.71º 0.75% 0.67% -
HSV(B) 35.71º 0.54% 0.92% -
XYZ 53.57 52.44 21.49 -
YUV 189.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 234 183 108 0 0.22 0.54 0.08 35.71 0.75 0.67
Hex EA B7 6C 0 16 36 8 24 4B 43
Octal 352 267 154 0 26 66 10 44 113 103
Binary 11101010 10110111 1101100 0 10110 110110 1000 100100 1001011 1000011

Color Harmonies of #EAB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB76C

Black with #EAB76C

Text Example


Text Example

White with #EAB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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