#EABF75

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

Shades of Harvest Gold #EABF75

Tints of Harvest Gold #EABF75

Color information

#EABF75 (or 0xEABF75) is unknown color: approx Harvest Gold. HEX triplet: EA, BF and 75. RGB value is (234,191,117). Sum of RGB (Red+Green+Blue) = 234+191+117=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF75 is #15408A. Grayscale: #C3C3C3. Windows color (decimal): -1392779 or 7716842. OLE color: 7716842.

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

Color convert

RGB234191117-
CMYK00.180.50.08
HSL37.95º73.58%68.82%-
HSV(B)37.95º50%91.76%-
XYZ55.7756.0424.71-
YUV195.4283.75155.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=43.17%
G=35.24%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419111700.180.50.0837.9573.5868.82
HexEABF75012328264a45
Octal352277165022621046112105
Binary11101010101111111110101010010110010100010011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF75; }

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

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

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

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

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

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

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

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