#EAB46B

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

Shades of Harvest Gold #EAB46B

Tints of Harvest Gold #EAB46B

Color information

#EAB46B (or 0xEAB46B) is unknown color: approx Harvest Gold. HEX triplet: EA, B4 and 6B. RGB value is (234,180,107). Sum of RGB (Red+Green+Blue) = 234+180+107=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB46B is #154B94. Grayscale: #BCBCBC. Windows color (decimal): -1395605 or 7058666. OLE color: 7058666.

HSL color Cylindrical-coordinate representation of color #EAB46B: hue angle of 34.49º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAB46B is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB234180107-
CMYK00.230.540.08
HSL34.49º75.15%66.86%-
HSV(B)34.49º54.27%91.76%-
XYZ52.9151.221-
YUV187.8282.39160.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 107 (42.19% from 255) = 20.54%
R=44.91%
G=34.55%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418010700.230.540.0834.4975.1566.86
HexEAB46B017368224b43
Octal352264153027661042113103
Binary11101010101101001101011010111110110100010001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB46B; }

 p { color: rgb(234,180,107); }

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

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

 a { background-color: rgb(234,180,107); }

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

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

 span { border-color: rgb(234,180,107); }

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