#EEC16A

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

Shades of Harvest Gold #EEC16A

Tints of Harvest Gold #EEC16A

Color information

#EEC16A (or 0xEEC16A) is unknown color: approx Harvest Gold. HEX triplet: EE, C1 and 6A. RGB value is (238,193,106). Sum of RGB (Red+Green+Blue) = 238+193+106=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC16A is #113E95. Grayscale: #C4C4C4. Windows color (decimal): -1130134 or 6996462. OLE color: 6996462.

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

Color convert

RGB238193106-
CMYK00.190.550.07
HSL39.55º79.52%67.45%-
HSV(B)39.55º55.46%93.33%-
XYZ56.9357.3621.71-
YUV196.5476.91157.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 106 (41.80% from 255) = 19.74%
R=44.32%
G=35.94%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819310600.190.550.0739.5579.5267.45
HexEEC16A013377285043
Octal35630115202367750120103
Binary1110111011000001110101001001111011111110100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC16A; }

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

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

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

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

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

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

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

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