Html Css Color HEX #EAB874 Harvest Gold

📋 copy color: '#EAB874'

red 234 ◦ green 184 ◦ blue 116

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

Shades of Harvest Gold #EAB874

Tints of Harvest Gold #EAB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 43.82%
G = 34.46%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB874 (or 0xEAB874) is known color: Harvest Gold. HEX triplet: EA, B8 and 74. RGB value is (234,184,116). Sum of RGB (Red+Green+Blue) = 234+184+116=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB874 is #15478B. Grayscale: #BFBFBF. Windows color (decimal): -1394572 or 7649514. OLE color: 7649514.

HSL color Cylindrical-coordinate representation of color #EAB874: hue angle of 34.58º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAB874 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 116 -
CMYK 0 0.21 0.50 0.08
HSL 34.58º 0.74% 0.69% -
HSV(B) 34.58º 0.5% 0.92% -
XYZ 54.22 53.03 23.9 -
YUV 191.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 234 184 116 0 0.21 0.50 0.08 34.58 0.74 0.69
Hex EA B8 74 0 15 32 8 23 4A 45
Octal 352 270 164 0 25 62 10 43 112 105
Binary 11101010 10111000 1110100 0 10101 110010 1000 100011 1001010 1000101

Color Harmonies of #EAB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB874

Black with #EAB874

Text Example


Text Example

White with #EAB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB874; }

 p { color: rgb(234,184,116); }

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

background-color css

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

 a { background-color: rgb(234,184,116); }

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

border-color css

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

 span { border-color: rgb(234,184,116); }

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