#EABC6F

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

Shades of Harvest Gold #EABC6F

Tints of Harvest Gold #EABC6F

Color information

#EABC6F (or 0xEABC6F) is unknown color: approx Harvest Gold. HEX triplet: EA, BC and 6F. RGB value is (234,188,111). Sum of RGB (Red+Green+Blue) = 234+188+111=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC6F is #154390. Grayscale: #C1C1C1. Windows color (decimal): -1393553 or 7322858. OLE color: 7322858.

HSL color Cylindrical-coordinate representation of color #EABC6F: hue angle of 37.56º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EABC6F is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234188111-
CMYK00.200.530.08
HSL37.56º74.55%67.65%-
HSV(B)37.56º52.56%91.76%-
XYZ54.7854.6122.69-
YUV192.9881.74157.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 111 (43.75% from 255) = 20.83%
R=43.90%
G=35.27%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418811100.200.530.0837.5674.5567.65
HexEABC6F014358264b44
Octal352274157024651046113104
Binary11101010101111001101111010100110101100010011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC6F; }

 p { color: rgb(234,188,111); }

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

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

 a { background-color: rgb(234,188,111); }

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

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

 span { border-color: rgb(234,188,111); }

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