#EAB76A

Color #EAB76A Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EAB76A

Tints of Harvest Gold #EAB76A

Color information

#EAB76A (or 0xEAB76A) is unknown color: approx Harvest Gold. HEX triplet: EA, B7 and 6A. RGB value is (234,183,106). Sum of RGB (Red+Green+Blue) = 234+183+106=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB76A is #154895. Grayscale: #BDBDBD. Windows color (decimal): -1394838 or 6993898. OLE color: 6993898.

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

Color convert

RGB234183106-
CMYK00.220.550.08
HSL36.09º75.29%66.67%-
HSV(B)36.09º54.7%91.76%-
XYZ53.4752.420.93-
YUV189.4780.9159.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=44.74%
G=34.99%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418310600.220.550.0836.0975.2966.67
HexEAB76A016378244b43
Octal352267152026671044113103
Binary11101010101101111101010010110110111100010010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB76A; }

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

 H1.HeaderClassName
 {
   color: #EAB76A;
 }
 .AnyTagClassName
 {
   color: #EAB76A;
 }
</style>
background-color css

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

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

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

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

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

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