#E0AD6F

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

Shades of Harvest Gold #E0AD6F

Tints of Harvest Gold #E0AD6F

Color information

#E0AD6F (or 0xE0AD6F) is unknown color: approx Harvest Gold. HEX triplet: E0, AD and 6F. RGB value is (224,173,111). Sum of RGB (Red+Green+Blue) = 224+173+111=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD6F is #1F5290. Grayscale: #B5B5B5. Windows color (decimal): -2052753 or 7319008. OLE color: 7319008.

HSL color Cylindrical-coordinate representation of color #E0AD6F: hue angle of 32.92º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0AD6F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224173111-
CMYK00.230.500.12
HSL32.92º64.57%65.69%-
HSV(B)32.92º50.45%87.84%-
XYZ48.5546.8821.53-
YUV181.1888.4158.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 111 (43.75% from 255) = 21.85%
R=44.09%
G=34.06%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417311100.230.500.1232.9264.5765.69
HexE0AD6F01732C214142
Octal340255157027621441101102
Binary11100000101011011101111010111110010110010000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AD6F; }

 p { color: rgb(224,173,111); }

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

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

 a { background-color: rgb(224,173,111); }

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

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

 span { border-color: rgb(224,173,111); }

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