#E6AE67

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

Shades of Harvest Gold #E6AE67

Tints of Harvest Gold #E6AE67

Color information

#E6AE67 (or 0xE6AE67) is unknown color: approx Harvest Gold. HEX triplet: E6, AE and 67. RGB value is (230,174,103). Sum of RGB (Red+Green+Blue) = 230+174+103=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AE67 is #195198. Grayscale: #B6B6B6. Windows color (decimal): -1659289 or 6794982. OLE color: 6794982.

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

Color convert

RGB230174103-
CMYK00.240.550.10
HSL33.54º71.75%65.29%-
HSV(B)33.54º55.22%90.2%-
XYZ50.2248.0719.46-
YUV182.6583.05161.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 103 (40.62% from 255) = 20.32%
R=45.36%
G=34.32%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017410300.240.550.1033.5471.7565.29
HexE6AE6701837A224841
Octal346256147030671242110101
Binary11100110101011101100111011000110111101010001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AE67; }

 p { color: rgb(230,174,103); }

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

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

 a { background-color: rgb(230,174,103); }

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

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

 span { border-color: rgb(230,174,103); }

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