Html Css Color HEX #E1A86D Harvest Gold

📋 copy color: '#E1A86D'

red 225 ◦ green 168 ◦ blue 109

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

Shades of Harvest Gold #E1A86D

Tints of Harvest Gold #E1A86D

RGB

 RED value IS 225 (88.28% from 255) = 44.82%

 GREEN value IS 168 (66.02% from 255) = 33.47%

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

R = 44.82%
G = 33.47%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1A86D (or 0xE1A86D) is known color: Harvest Gold. HEX triplet: E1, A8 and 6D. RGB value is (225,168,109). Sum of RGB (Red+Green+Blue) = 225+168+109=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A86D is #1E5792. Grayscale: #B2B2B2. Windows color (decimal): -1988499 or 7186657. OLE color: 7186657.

HSL color Cylindrical-coordinate representation of color #E1A86D: hue angle of 30.52º degrees, saturation: 0.66, 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 #E1A86D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 109 -
CMYK 0 0.25 0.52 0.12
HSL 30.52º 0.66% 0.65% -
HSV(B) 30.52º 0.52% 0.88% -
XYZ 47.81 45.12 20.66 -
YUV 178.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 225 168 109 0 0.25 0.52 0.12 30.52 0.66 0.65
Hex E1 A8 6D 0 19 34 C 1F 42 41
Octal 341 250 155 0 31 64 14 37 102 101
Binary 11100001 10101000 1101101 0 11001 110100 1100 11111 1000010 1000001

Color Harmonies of #E1A86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A86D

Black with #E1A86D

Text Example


Text Example

White with #E1A86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A86D; }

 p { color: rgb(225,168,109); }

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

background-color css

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

 a { background-color: rgb(225,168,109); }

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

border-color css

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

 span { border-color: rgb(225,168,109); }

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