#E6B464

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

Shades of Harvest Gold #E6B464

Tints of Harvest Gold #E6B464

Color information

#E6B464 (or 0xE6B464) is unknown color: approx Harvest Gold. HEX triplet: E6, B4 and 64. RGB value is (230,180,100). Sum of RGB (Red+Green+Blue) = 230+180+100=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B464 is #194B9B. Grayscale: #BABABA. Windows color (decimal): -1657756 or 6599910. OLE color: 6599910.

HSL color Cylindrical-coordinate representation of color #E6B464: hue angle of 36.92º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6B464 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB230180100-
CMYK00.220.570.10
HSL36.92º72.22%64.71%-
HSV(B)36.92º56.52%90.2%-
XYZ51.2550.3919.08-
YUV185.8379.56159.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.10%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=45.10%
G=35.29%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018010000.220.570.1036.9272.2264.71
HexE6B46401639A254841
Octal346264144026711245110101
Binary11100110101101001100100010110111001101010010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B464; }

 p { color: rgb(230,180,100); }

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

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

 a { background-color: rgb(230,180,100); }

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

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

 span { border-color: rgb(230,180,100); }

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