Html Css Color HEX #EAB970 Harvest Gold

📋 copy color: '#EAB970'

red 234 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #EAB970

Tints of Harvest Gold #EAB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

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

R = 44.07%
G = 34.84%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAB970 (or 0xEAB970) is known color: Harvest Gold. HEX triplet: EA, B9 and 70. RGB value is (234,185,112). Sum of RGB (Red+Green+Blue) = 234+185+112=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB970 is #15468F. Grayscale: #BFBFBF. Windows color (decimal): -1394320 or 7387626. OLE color: 7387626.

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

Color convert

RGB 234 185 112 -
CMYK 0 0.21 0.52 0.08
HSL 35.9º 0.74% 0.68% -
HSV(B) 35.9º 0.52% 0.92% -
XYZ 54.21 53.36 22.77 -
YUV 191.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 234 185 112 0 0.21 0.52 0.08 35.9 0.74 0.68
Hex EA B9 70 0 15 34 8 24 4A 44
Octal 352 271 160 0 25 64 10 44 112 104
Binary 11101010 10111001 1110000 0 10101 110100 1000 100100 1001010 1000100

Color Harmonies of #EAB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB970

Black with #EAB970

Text Example


Text Example

White with #EAB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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