#EEC168

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

Shades of Harvest Gold #EEC168

Tints of Harvest Gold #EEC168

Color information

#EEC168 (or 0xEEC168) is unknown color: approx Harvest Gold. HEX triplet: EE, C1 and 68. RGB value is (238,193,104). Sum of RGB (Red+Green+Blue) = 238+193+104=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC168 is #113E97. Grayscale: #C4C4C4. Windows color (decimal): -1130136 or 6865390. OLE color: 6865390.

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

Color convert

RGB238193104-
CMYK00.190.560.07
HSL39.85º79.76%67.06%-
HSV(B)39.85º56.3%93.33%-
XYZ56.8357.3221.16-
YUV196.3175.91157.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 104 (41.02% from 255) = 19.44%
R=44.49%
G=36.07%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819310400.190.560.0739.8579.7667.06
HexEEC168013387285043
Octal35630115002370750120103
Binary1110111011000001110100001001111100011110100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC168; }

 p { color: rgb(238,193,104); }

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

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

 a { background-color: rgb(238,193,104); }

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

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

 span { border-color: rgb(238,193,104); }

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