#EAB069

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

Shades of Harvest Gold #EAB069

Tints of Harvest Gold #EAB069

Color information

#EAB069 (or 0xEAB069) is unknown color: approx Harvest Gold. HEX triplet: EA, B0 and 69. RGB value is (234,176,105). Sum of RGB (Red+Green+Blue) = 234+176+105=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB069 is #154F96. Grayscale: #B9B9B9. Windows color (decimal): -1396631 or 6926570. OLE color: 6926570.

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

Color convert

RGB234176105-
CMYK00.250.550.08
HSL33.02º75.44%66.47%-
HSV(B)33.02º55.13%91.76%-
XYZ52.0149.5620.19-
YUV185.2582.72162.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=45.44%
G=34.17%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417610500.250.550.0833.0275.4466.47
HexEAB069019378214b42
Octal352260151031671041113102
Binary11101010101100001101001011001110111100010000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB069; }

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

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

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

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

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

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

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

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