Html Css Color HEX #E0AC6C Harvest Gold

📋 copy color: '#E0AC6C'

red 224 ◦ green 172 ◦ blue 108

#E0AC6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #E0AC6C

Tints of Harvest Gold #E0AC6C

RGB

 RED value IS 224 (87.89% from 255) = 44.44%

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 44.44%
G = 34.13%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0AC6C (or 0xE0AC6C) is known color: Harvest Gold. HEX triplet: E0, AC and 6C. RGB value is (224,172,108). Sum of RGB (Red+Green+Blue) = 224+172+108=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC6C is #1F5393. Grayscale: #B4B4B4. Windows color (decimal): -2053012 or 7122144. OLE color: 7122144.

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

Color convert

RGB 224 172 108 -
CMYK 0 0.23 0.52 0.12
HSL 33.1º 0.65% 0.65% -
HSV(B) 33.1º 0.52% 0.88% -
XYZ 48.2 46.44 20.61 -
YUV 180.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 224 172 108 0 0.23 0.52 0.12 33.1 0.65 0.65
Hex E0 AC 6C 0 17 34 C 21 41 41
Octal 340 254 154 0 27 64 14 41 101 101
Binary 11100000 10101100 1101100 0 10111 110100 1100 100001 1000001 1000001

Color Harmonies of #E0AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AC6C

Black with #E0AC6C

Text Example


Text Example

White with #E0AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AC6C; }

 p { color: rgb(224,172,108); }

 H1.HeaderClassName
 {
   color: #E0AC6C;
 }
 .AnyTagClassName
 {
   color: #E0AC6C;
 }
</style>

background-color css

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

 a { background-color: rgb(224,172,108); }

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

border-color css

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

 span { border-color: rgb(224,172,108); }

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