#EAC267

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

Shades of Harvest Gold #EAC267

Tints of Harvest Gold #EAC267

Color information

#EAC267 (or 0xEAC267) is unknown color: approx Harvest Gold. HEX triplet: EA, C2 and 67. RGB value is (234,194,103). Sum of RGB (Red+Green+Blue) = 234+194+103=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC267 is #153D98. Grayscale: #C3C3C3. Windows color (decimal): -1392025 or 6800106. OLE color: 6800106.

HSL color Cylindrical-coordinate representation of color #EAC267: hue angle of 41.68º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC267 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234194103-
CMYK00.170.560.08
HSL41.68º75.72%66.08%-
HSV(B)41.68º55.98%91.76%-
XYZ55.6757.0620.91-
YUV195.5975.75155.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 103 (40.62% from 255) = 19.40%
R=44.07%
G=36.53%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419410300.170.560.0841.6875.7266.08
HexEAC2670113882a4c42
Octal352302147021701052114102
Binary11101010110000101100111010001111000100010101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC267; }

 p { color: rgb(234,194,103); }

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

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

 a { background-color: rgb(234,194,103); }

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

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

 span { border-color: rgb(234,194,103); }

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