#EEAC6A

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

Shades of Harvest Gold #EEAC6A

Tints of Harvest Gold #EEAC6A

Color information

#EEAC6A (or 0xEEAC6A) is unknown color: approx Harvest Gold. HEX triplet: EE, AC and 6A. RGB value is (238,172,106). Sum of RGB (Red+Green+Blue) = 238+172+106=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAC6A is #115395. Grayscale: #B8B8B8. Windows color (decimal): -1135510 or 6991086. OLE color: 6991086.

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

Color convert

RGB238172106-
CMYK00.280.550.07
HSL30º79.52%67.45%-
HSV(B)30º55.46%93.33%-
XYZ52.6148.7220.27-
YUV184.2183.87166.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=46.12%
G=33.33%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817210600.280.550.073079.5267.45
HexEEAC6A01C3771e5043
Octal35625415203467736120103
Binary111011101010110011010100111001101111111111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC6A; }

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

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

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

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

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

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

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

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