#E6AB70

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

Shades of Harvest Gold #E6AB70

Tints of Harvest Gold #E6AB70

Color information

#E6AB70 (or 0xE6AB70) is unknown color: approx Harvest Gold. HEX triplet: E6, AB and 70. RGB value is (230,171,112). Sum of RGB (Red+Green+Blue) = 230+171+112=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB70 is #19548F. Grayscale: #B6B6B6. Windows color (decimal): -1660048 or 7384038. OLE color: 7384038.

HSL color Cylindrical-coordinate representation of color #E6AB70: hue angle of 30º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6AB70 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230171112-
CMYK00.260.510.10
HSL30º70.24%67.06%-
HSV(B)30º51.3%90.2%-
XYZ50.1247.1221.78-
YUV181.9288.55162.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=44.83%
G=33.33%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017111200.260.510.103070.2467.06
HexE6AB7001A33A1e4643
Octal346253160032631236106103
Binary1110011010101011111000001101011001110101111010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AB70; }

 p { color: rgb(230,171,112); }

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

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

 a { background-color: rgb(230,171,112); }

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

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

 span { border-color: rgb(230,171,112); }

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