#EABA69

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

Shades of Harvest Gold #EABA69

Tints of Harvest Gold #EABA69

Color information

#EABA69 (or 0xEABA69) is unknown color: approx Harvest Gold. HEX triplet: EA, BA and 69. RGB value is (234,186,105). Sum of RGB (Red+Green+Blue) = 234+186+105=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA69 is #154596. Grayscale: #BFBFBF. Windows color (decimal): -1394071 or 6929130. OLE color: 6929130.

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

Color convert

RGB234186105-
CMYK00.210.550.08
HSL37.67º75.44%66.47%-
HSV(B)37.67º55.13%91.76%-
XYZ54.0453.6320.87-
YUV191.1279.4158.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 105 (41.41% from 255) = 20%
R=44.57%
G=35.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418610500.210.550.0837.6775.4466.47
HexEABA69015378264b42
Octal352272151025671046113102
Binary11101010101110101101001010101110111100010011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA69; }

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

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

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

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

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

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

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

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