#EEB16C

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

Shades of Harvest Gold #EEB16C

Tints of Harvest Gold #EEB16C

Color information

#EEB16C (or 0xEEB16C) is unknown color: approx Harvest Gold. HEX triplet: EE, B1 and 6C. RGB value is (238,177,108). Sum of RGB (Red+Green+Blue) = 238+177+108=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB16C is #114E93. Grayscale: #BBBBBB. Windows color (decimal): -1134228 or 7123438. OLE color: 7123438.

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

Color convert

RGB238177108-
CMYK00.260.550.07
HSL31.85º79.27%67.84%-
HSV(B)31.85º54.62%93.33%-
XYZ53.6950.721.14-
YUV187.3783.21164.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=45.51%
G=33.84%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817710800.260.550.0731.8579.2767.84
HexEEB16C01A377204f44
Octal35626115403267740117104
Binary1110111010110001110110001101011011111110000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB16C; }

 p { color: rgb(238,177,108); }

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

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

 a { background-color: rgb(238,177,108); }

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

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

 span { border-color: rgb(238,177,108); }

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