#EABF65

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

Shades of Harvest Gold #EABF65

Tints of Harvest Gold #EABF65

Color information

#EABF65 (or 0xEABF65) is unknown color: approx Harvest Gold. HEX triplet: EA, BF and 65. RGB value is (234,191,101). Sum of RGB (Red+Green+Blue) = 234+191+101=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF65 is #15409A. Grayscale: #C2C2C2. Windows color (decimal): -1392795 or 6668266. OLE color: 6668266.

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

Color convert

RGB234191101-
CMYK00.180.570.08
HSL40.6º76%65.69%-
HSV(B)40.6º56.84%91.76%-
XYZ54.9155.6920.17-
YUV193.675.75156.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 101 (39.84% from 255) = 19.20%
R=44.49%
G=36.31%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419110100.180.570.0840.67665.69
HexEABF65012398294c42
Octal352277145022711051114102
Binary11101010101111111100101010010111001100010100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF65; }

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

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

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

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

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

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

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

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