#EEB462

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

Shades of Harvest Gold #EEB462

Tints of Harvest Gold #EEB462

Color information

#EEB462 (or 0xEEB462) is unknown color: approx Harvest Gold. HEX triplet: EE, B4 and 62. RGB value is (238,180,98). Sum of RGB (Red+Green+Blue) = 238+180+98=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB462 is #114B9D. Grayscale: #BCBCBC. Windows color (decimal): -1133470 or 6468846. OLE color: 6468846.

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

Color convert

RGB23818098-
CMYK00.240.590.07
HSL35.14º80.46%65.88%-
HSV(B)35.14º58.82%93.33%-
XYZ53.7951.718.7-
YUV187.9977.22163.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 98 (38.67% from 255) = 18.99%
R=46.12%
G=34.88%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381809800.240.590.0735.1480.4665.88
HexEEB4620183B7235042
Octal35626414203073743120102
Binary1110111010110100110001001100011101111110001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB462; }

 p { color: rgb(238,180,98); }

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

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

 a { background-color: rgb(238,180,98); }

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

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

 span { border-color: rgb(238,180,98); }

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