Html Css Color HEX #E2AC6D Harvest Gold

📋 copy color: '#E2AC6D'

red 226 ◦ green 172 ◦ blue 109

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

Shades of Harvest Gold #E2AC6D

Tints of Harvest Gold #E2AC6D

RGB

 RED value IS 226 (88.67% from 255) = 44.58%

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

 BLUE value IS 109 (42.97% from 255) = 21.5%

R = 44.58%
G = 33.93%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2AC6D (or 0xE2AC6D) is known color: Harvest Gold. HEX triplet: E2, AC and 6D. RGB value is (226,172,109). Sum of RGB (Red+Green+Blue) = 226+172+109=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC6D is #1D5392. Grayscale: #B5B5B5. Windows color (decimal): -1921939 or 7187682. OLE color: 7187682.

HSL color Cylindrical-coordinate representation of color #E2AC6D: hue angle of 32.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2AC6D is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 172 109 -
CMYK 0 0.24 0.52 0.11
HSL 32.31º 0.67% 0.66% -
HSV(B) 32.31º 0.52% 0.89% -
XYZ 48.88 46.78 20.92 -
YUV 180.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 226 172 109 0 0.24 0.52 0.11 32.31 0.67 0.66
Hex E2 AC 6D 0 18 34 B 20 43 42
Octal 342 254 155 0 30 64 13 40 103 102
Binary 11100010 10101100 1101101 0 11000 110100 1011 100000 1000011 1000010

Color Harmonies of #E2AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AC6D

Black with #E2AC6D

Text Example


Text Example

White with #E2AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AC6D; }

 p { color: rgb(226,172,109); }

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

background-color css

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

 a { background-color: rgb(226,172,109); }

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

border-color css

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

 span { border-color: rgb(226,172,109); }

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