#EABB6F

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

Shades of Harvest Gold #EABB6F

Tints of Harvest Gold #EABB6F

Color information

#EABB6F (or 0xEABB6F) is unknown color: approx Harvest Gold. HEX triplet: EA, BB and 6F. RGB value is (234,187,111). Sum of RGB (Red+Green+Blue) = 234+187+111=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB6F is #154490. Grayscale: #C0C0C0. Windows color (decimal): -1393809 or 7322602. OLE color: 7322602.

HSL color Cylindrical-coordinate representation of color #EABB6F: hue angle of 37.07º 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 #EABB6F is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234187111-
CMYK00.200.530.08
HSL37.07º74.55%67.65%-
HSV(B)37.07º52.56%91.76%-
XYZ54.5754.1822.62-
YUV192.3982.07157.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 111 (43.75% from 255) = 20.86%
R=43.98%
G=35.15%
B=20.86%

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
Decimal23418711100.200.530.0837.0774.5567.65
HexEABB6F014358254b44
Octal352273157024651045113104
Binary11101010101110111101111010100110101100010010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB6F; }

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

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

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

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

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

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

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

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