#EAB271

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

Shades of Harvest Gold #EAB271

Tints of Harvest Gold #EAB271

Color information

#EAB271 (or 0xEAB271) is unknown color: approx Harvest Gold. HEX triplet: EA, B2 and 71. RGB value is (234,178,113). Sum of RGB (Red+Green+Blue) = 234+178+113=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB271 is #154D8E. Grayscale: #BBBBBB. Windows color (decimal): -1396111 or 7451370. OLE color: 7451370.

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

Color convert

RGB234178113-
CMYK00.240.520.08
HSL32.23º74.23%68.04%-
HSV(B)32.23º51.71%91.76%-
XYZ52.8350.5322.59-
YUV187.3386.05161.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=44.57%
G=33.90%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417811300.240.520.0832.2374.2368.04
HexEAB271018348204a44
Octal352262161030641040112104
Binary11101010101100101110001011000110100100010000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB271; }

 p { color: rgb(234,178,113); }

 H1.HeaderClassName
 {
   color: #EAB271;
 }
 .AnyTagClassName
 {
   color: #EAB271;
 }
</style>
background-color css

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

 a { background-color: rgb(234,178,113); }

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

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

 span { border-color: rgb(234,178,113); }

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