#EEC06D

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

Shades of Harvest Gold #EEC06D

Tints of Harvest Gold #EEC06D

Color information

#EEC06D (or 0xEEC06D) is unknown color: approx Harvest Gold. HEX triplet: EE, C0 and 6D. RGB value is (238,192,109). Sum of RGB (Red+Green+Blue) = 238+192+109=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC06D is #113F92. Grayscale: #C4C4C4. Windows color (decimal): -1130387 or 7192814. OLE color: 7192814.

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

Color convert

RGB238192109-
CMYK00.190.540.07
HSL38.6º79.14%68.04%-
HSV(B)38.6º54.2%93.33%-
XYZ56.8756.9822.47-
YUV196.2978.74157.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 109 (42.97% from 255) = 20.22%
R=44.16%
G=35.62%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819210900.190.540.0738.679.1468.04
HexEEC06D013367274f44
Octal35630015502366747117104
Binary1110111011000000110110101001111011011110011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC06D; }

 p { color: rgb(238,192,109); }

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

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

 a { background-color: rgb(238,192,109); }

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

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

 span { border-color: rgb(238,192,109); }

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