Html Css Color HEX #E1AD6C Harvest Gold

📋 copy color: '#E1AD6C'

red 225 ◦ green 173 ◦ blue 108

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

Shades of Harvest Gold #E1AD6C

Tints of Harvest Gold #E1AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.19%

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

R = 44.47%
G = 34.19%
B = 21.34%

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

#E1AD6C (or 0xE1AD6C) is known color: Harvest Gold. HEX triplet: E1, AD and 6C. RGB value is (225,173,108). Sum of RGB (Red+Green+Blue) = 225+173+108=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD6C is #1E5293. Grayscale: #B5B5B5. Windows color (decimal): -1987220 or 7122401. OLE color: 7122401.

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

Color convert

RGB 225 173 108 -
CMYK 0 0.23 0.52 0.12
HSL 33.33º 0.66% 0.65% -
HSV(B) 33.33º 0.52% 0.88% -
XYZ 48.7 46.98 20.69 -
YUV 181.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 225 173 108 0 0.23 0.52 0.12 33.33 0.66 0.65
Hex E1 AD 6C 0 17 34 C 21 42 41
Octal 341 255 154 0 27 64 14 41 102 101
Binary 11100001 10101101 1101100 0 10111 110100 1100 100001 1000010 1000001

Color Harmonies of #E1AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD6C

Black with #E1AD6C

Text Example


Text Example

White with #E1AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD6C; }

 p { color: rgb(225,173,108); }

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

background-color css

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

 a { background-color: rgb(225,173,108); }

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

border-color css

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

 span { border-color: rgb(225,173,108); }

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