#EABF6A

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

Shades of Harvest Gold #EABF6A

Tints of Harvest Gold #EABF6A

Color information

#EABF6A (or 0xEABF6A) is unknown color: approx Harvest Gold. HEX triplet: EA, BF and 6A. RGB value is (234,191,106). Sum of RGB (Red+Green+Blue) = 234+191+106=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF6A is #154095. Grayscale: #C2C2C2. Windows color (decimal): -1392790 or 6995946. OLE color: 6995946.

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

Color convert

RGB234191106-
CMYK00.180.550.08
HSL39.84º75.29%66.67%-
HSV(B)39.84º54.7%91.76%-
XYZ55.1655.7921.5-
YUV194.1778.25156.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=44.07%
G=35.97%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419110600.180.550.0839.8475.2966.67
HexEABF6A012378284b43
Octal352277152022671050113103
Binary11101010101111111101010010010110111100010100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF6A; }

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

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

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

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

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

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

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

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