#EEB473

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

Shades of Harvest Gold #EEB473

Tints of Harvest Gold #EEB473

Color information

#EEB473 (or 0xEEB473) is unknown color: approx Harvest Gold. HEX triplet: EE, B4 and 73. RGB value is (238,180,115). Sum of RGB (Red+Green+Blue) = 238+180+115=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB473 is #114B8C. Grayscale: #BEBEBE. Windows color (decimal): -1133453 or 7582958. OLE color: 7582958.

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

Color convert

RGB238180115-
CMYK00.240.520.07
HSL31.71º78.34%69.22%-
HSV(B)31.71º51.68%93.33%-
XYZ54.6852.0623.39-
YUV189.9385.72162.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.65%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 115 (45.31% from 255) = 21.58%
R=44.65%
G=33.77%
B=21.58%

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
Decimal23818011500.240.520.0731.7178.3469.22
HexEEB473018347204e45
Octal35626416303064740116105
Binary1110111010110100111001101100011010011110000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB473; }

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

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

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

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

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

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

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

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