Html Css Color HEX #E0AD70 Harvest Gold

📋 copy color: '#E0AD70'

red 224 ◦ green 173 ◦ blue 112

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

Shades of Harvest Gold #E0AD70

Tints of Harvest Gold #E0AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22%

R = 44.01%
G = 33.99%
B = 22%

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

#E0AD70 (or 0xE0AD70) is known color: Harvest Gold. HEX triplet: E0, AD and 70. RGB value is (224,173,112). Sum of RGB (Red+Green+Blue) = 224+173+112=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD70 is #1F528F. Grayscale: #B5B5B5. Windows color (decimal): -2052752 or 7384544. OLE color: 7384544.

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

Color convert

RGB 224 173 112 -
CMYK 0 0.23 0.50 0.12
HSL 32.68º 0.64% 0.66% -
HSV(B) 32.68º 0.5% 0.88% -
XYZ 48.61 46.9 21.82 -
YUV 181.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 224 173 112 0 0.23 0.50 0.12 32.68 0.64 0.66
Hex E0 AD 70 0 17 32 C 21 40 42
Octal 340 255 160 0 27 62 14 41 100 102
Binary 11100000 10101101 1110000 0 10111 110010 1100 100001 1000000 1000010

Color Harmonies of #E0AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD70

Black with #E0AD70

Text Example


Text Example

White with #E0AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD70; }

 p { color: rgb(224,173,112); }

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

background-color css

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

 a { background-color: rgb(224,173,112); }

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

border-color css

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

 span { border-color: rgb(224,173,112); }

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