#EABC6D

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

Shades of Harvest Gold #EABC6D

Tints of Harvest Gold #EABC6D

Color information

#EABC6D (or 0xEABC6D) is unknown color: approx Harvest Gold. HEX triplet: EA, BC and 6D. RGB value is (234,188,109). Sum of RGB (Red+Green+Blue) = 234+188+109=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC6D is #154392. Grayscale: #C1C1C1. Windows color (decimal): -1393555 or 7191786. OLE color: 7191786.

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

Color convert

RGB234188109-
CMYK00.200.530.08
HSL37.92º74.85%67.25%-
HSV(B)37.92º53.42%91.76%-
XYZ54.6854.5622.12-
YUV192.7580.74157.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=44.07%
G=35.40%
B=20.53%

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
Decimal23418810900.200.530.0837.9274.8567.25
HexEABC6D014358264b43
Octal352274155024651046113103
Binary11101010101111001101101010100110101100010011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC6D; }

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

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

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

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

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

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

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

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