#E6AB67

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

Shades of Harvest Gold #E6AB67

Tints of Harvest Gold #E6AB67

Color information

#E6AB67 (or 0xE6AB67) is unknown color: approx Harvest Gold. HEX triplet: E6, AB and 67. RGB value is (230,171,103). Sum of RGB (Red+Green+Blue) = 230+171+103=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB67 is #195498. Grayscale: #B5B5B5. Windows color (decimal): -1660057 or 6794214. OLE color: 6794214.

HSL color Cylindrical-coordinate representation of color #E6AB67: hue angle of 32.13º 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 #E6AB67 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB230171103-
CMYK00.260.550.10
HSL32.13º71.75%65.29%-
HSV(B)32.13º55.22%90.2%-
XYZ49.6446.9319.27-
YUV180.8984.05163.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.63%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=45.63%
G=33.93%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017110300.260.550.1032.1371.7565.29
HexE6AB6701A37A204841
Octal346253147032671240110101
Binary11100110101010111100111011010110111101010000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AB67; }

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

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

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

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

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

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

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

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