#EAB874

Color #EAB874 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EAB874

Tints of Harvest Gold #EAB874

Color information

#EAB874 (or 0xEAB874) is unknown color: approx 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

RGB234184116-
CMYK00.210.500.08
HSL34.58º73.75%68.63%-
HSV(B)34.58º50.43%91.76%-
XYZ54.2253.0323.9-
YUV191.285.56158.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 116 (45.70% from 255) = 21.72%
R=43.82%
G=34.46%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418411600.210.500.0834.5873.7568.63
HexEAB874015328234a45
Octal352270164025621043112105
Binary11101010101110001110100010101110010100010001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>