#EEAD6A

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

Shades of Harvest Gold #EEAD6A

Tints of Harvest Gold #EEAD6A

Color information

#EEAD6A (or 0xEEAD6A) is unknown color: approx Harvest Gold. HEX triplet: EE, AD and 6A. RGB value is (238,173,106). Sum of RGB (Red+Green+Blue) = 238+173+106=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD6A is #115295. Grayscale: #B9B9B9. Windows color (decimal): -1135254 or 6991342. OLE color: 6991342.

HSL color Cylindrical-coordinate representation of color #EEAD6A: hue angle of 30.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEAD6A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238173106-
CMYK00.270.550.07
HSL30.45º79.52%67.45%-
HSV(B)30.45º55.46%93.33%-
XYZ52.849.120.33-
YUV184.883.53165.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=46.03%
G=33.46%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817310600.270.550.0730.4579.5267.45
HexEEAD6A01B3771e5043
Octal35625515203367736120103
Binary111011101010110111010100110111101111111111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD6A; }

 p { color: rgb(238,173,106); }

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

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

 a { background-color: rgb(238,173,106); }

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

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

 span { border-color: rgb(238,173,106); }

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