Html Css Color HEX #EAAD70 Harvest Gold

📋 copy color: '#EAAD70'

red 234 ◦ green 173 ◦ blue 112

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

Shades of Harvest Gold #EAAD70

Tints of Harvest Gold #EAAD70

RGB

 RED value IS 234 (91.8% from 255) = 45.09%

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

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

R = 45.09%
G = 33.33%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAAD70 (or 0xEAAD70) is known color: Harvest Gold. HEX triplet: EA, AD and 70. RGB value is (234,173,112). Sum of RGB (Red+Green+Blue) = 234+173+112=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD70 is #15528F. Grayscale: #B8B8B8. Windows color (decimal): -1397392 or 7384554. OLE color: 7384554.

HSL color Cylindrical-coordinate representation of color #EAAD70: hue angle of 30º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAAD70 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 112 -
CMYK 0 0.26 0.52 0.08
HSL 30º 0.74% 0.68% -
HSV(B) 30º 0.52% 0.92% -
XYZ 51.8 48.55 21.97 -
YUV 184.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 234 173 112 0 0.26 0.52 0.08 30 0.74 0.68
Hex EA AD 70 0 1A 34 8 1E 4A 44
Octal 352 255 160 0 32 64 10 36 112 104
Binary 11101010 10101101 1110000 0 11010 110100 1000 11110 1001010 1000100

Color Harmonies of #EAAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD70

Black with #EAAD70

Text Example


Text Example

White with #EAAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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