Html Css Color HEX #E0AC6F Harvest Gold

📋 copy color: '#E0AC6F'

red 224 ◦ green 172 ◦ blue 111

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

Shades of Harvest Gold #E0AC6F

Tints of Harvest Gold #E0AC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.89%

R = 44.18%
G = 33.93%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0AC6F (or 0xE0AC6F) is known color: Harvest Gold. HEX triplet: E0, AC and 6F. RGB value is (224,172,111). Sum of RGB (Red+Green+Blue) = 224+172+111=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC6F is #1F5390. Grayscale: #B4B4B4. Windows color (decimal): -2053009 or 7318752. OLE color: 7318752.

HSL color Cylindrical-coordinate representation of color #E0AC6F: hue angle of 32.39º 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 #E0AC6F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 111 -
CMYK 0 0.23 0.50 0.12
HSL 32.39º 0.65% 0.66% -
HSV(B) 32.39º 0.5% 0.88% -
XYZ 48.36 46.5 21.47 -
YUV 180.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 224 172 111 0 0.23 0.50 0.12 32.39 0.65 0.66
Hex E0 AC 6F 0 17 32 C 20 41 42
Octal 340 254 157 0 27 62 14 40 101 102
Binary 11100000 10101100 1101111 0 10111 110010 1100 100000 1000001 1000010

Color Harmonies of #E0AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AC6F

Black with #E0AC6F

Text Example


Text Example

White with #E0AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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