#EABF61

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

Shades of Harvest Gold #EABF61

Tints of Harvest Gold #EABF61

Color information

#EABF61 (or 0xEABF61) is unknown color: approx Harvest Gold. HEX triplet: EA, BF and 61. RGB value is (234,191,97). Sum of RGB (Red+Green+Blue) = 234+191+97=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF61 is #15409E. Grayscale: #C1C1C1. Windows color (decimal): -1392799 or 6406122. OLE color: 6406122.

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

Color convert

RGB23419197-
CMYK00.180.590.08
HSL41.17º76.54%64.9%-
HSV(B)41.17º58.55%91.76%-
XYZ54.7255.6219.16-
YUV193.1473.75157.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 97 (38.28% from 255) = 18.58%
R=44.83%
G=36.59%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341919700.180.590.0841.1776.5464.9
HexEABF610123B8294d41
Octal352277141022731051115101
Binary11101010101111111100001010010111011100010100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF61; }

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

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

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

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

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

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

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

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