#EAB669

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

Shades of Harvest Gold #EAB669

Tints of Harvest Gold #EAB669

Color information

#EAB669 (or 0xEAB669) is unknown color: approx Harvest Gold. HEX triplet: EA, B6 and 69. RGB value is (234,182,105). Sum of RGB (Red+Green+Blue) = 234+182+105=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB669 is #154996. Grayscale: #BDBDBD. Windows color (decimal): -1395095 or 6928106. OLE color: 6928106.

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

Color convert

RGB234182105-
CMYK00.220.550.08
HSL35.81º75.44%66.47%-
HSV(B)35.81º55.13%91.76%-
XYZ53.2151.9720.59-
YUV188.7780.73160.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=44.91%
G=34.93%
B=20.15%

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
Decimal23418210500.220.550.0835.8175.4466.47
HexEAB669016378244b42
Octal352266151026671044113102
Binary11101010101101101101001010110110111100010010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB669; }

 p { color: rgb(234,182,105); }

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

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

 a { background-color: rgb(234,182,105); }

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

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

 span { border-color: rgb(234,182,105); }

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