#EEB673

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

Shades of Harvest Gold #EEB673

Tints of Harvest Gold #EEB673

Color information

#EEB673 (or 0xEEB673) is unknown color: approx Harvest Gold. HEX triplet: EE, B6 and 73. RGB value is (238,182,115). Sum of RGB (Red+Green+Blue) = 238+182+115=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB673 is #11498C. Grayscale: #BFBFBF. Windows color (decimal): -1132941 or 7583470. OLE color: 7583470.

HSL color Cylindrical-coordinate representation of color #EEB673: hue angle of 32.68º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEB673 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB238182115-
CMYK00.240.520.07
HSL32.68º78.34%69.22%-
HSV(B)32.68º51.68%93.33%-
XYZ55.0852.8723.52-
YUV191.1185.05161.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 115 (45.31% from 255) = 21.50%
R=44.49%
G=34.02%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818211500.240.520.0732.6878.3469.22
HexEEB673018347214e45
Octal35626616303064741116105
Binary1110111010110110111001101100011010011110000110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB673; }

 p { color: rgb(238,182,115); }

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

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

 a { background-color: rgb(238,182,115); }

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

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

 span { border-color: rgb(238,182,115); }

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