#EEB066

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

Shades of Harvest Gold #EEB066

Tints of Harvest Gold #EEB066

Color information

#EEB066 (or 0xEEB066) is unknown color: approx Harvest Gold. HEX triplet: EE, B0 and 66. RGB value is (238,176,102). Sum of RGB (Red+Green+Blue) = 238+176+102=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB066 is #114F99. Grayscale: #BABABA. Windows color (decimal): -1134490 or 6729966. OLE color: 6729966.

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

Color convert

RGB238176102-
CMYK00.260.570.07
HSL32.65º80%66.67%-
HSV(B)32.65º57.14%93.33%-
XYZ53.1850.1919.45-
YUV186.180.54165.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 102 (40.23% from 255) = 19.77%
R=46.12%
G=34.11%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817610200.260.570.0732.658066.67
HexEEB06601A397215043
Octal35626014603271741120103
Binary1110111010110000110011001101011100111110000110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB066; }

 p { color: rgb(238,176,102); }

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

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

 a { background-color: rgb(238,176,102); }

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

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

 span { border-color: rgb(238,176,102); }

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