Html Css Color HEX #E7AD60 Harvest Gold

📋 copy color: '#E7AD60'

red 231 ◦ green 173 ◦ blue 96

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

Shades of Harvest Gold #E7AD60

Tints of Harvest Gold #E7AD60

RGB

 RED value IS 231 (90.63% from 255) = 46.2%

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

 BLUE value IS 96 (37.89% from 255) = 19.2%

R = 46.2%
G = 34.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E7AD60 (or 0xE7AD60) is known color: Harvest Gold. HEX triplet: E7, AD and 60. RGB value is (231,173,96). Sum of RGB (Red+Green+Blue) = 231+173+96=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD60 is #18529F. Grayscale: #B5B5B5. Windows color (decimal): -1594016 or 6335975. OLE color: 6335975.

HSL color Cylindrical-coordinate representation of color #E7AD60: hue angle of 34.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7AD60 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 173 96 -
CMYK 0 0.25 0.58 0.09
HSL 34.22º 0.74% 0.64% -
HSV(B) 34.22º 0.58% 0.91% -
XYZ 50.01 47.72 17.64 -
YUV 181.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 231 173 96 0 0.25 0.58 0.09 34.22 0.74 0.64
Hex E7 AD 60 0 19 3A 9 22 4A 40
Octal 347 255 140 0 31 72 11 42 112 100
Binary 11100111 10101101 1100000 0 11001 111010 1001 100010 1001010 1000000

Color Harmonies of #E7AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AD60

Black with #E7AD60

Text Example


Text Example

White with #E7AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AD60; }

 p { color: rgb(231,173,96); }

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

background-color css

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

 a { background-color: rgb(231,173,96); }

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

border-color css

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

 span { border-color: rgb(231,173,96); }

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