#EEB465

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

Shades of Harvest Gold #EEB465

Tints of Harvest Gold #EEB465

Color information

#EEB465 (or 0xEEB465) is unknown color: approx Harvest Gold. HEX triplet: EE, B4 and 65. RGB value is (238,180,101). Sum of RGB (Red+Green+Blue) = 238+180+101=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB465 is #114B9A. Grayscale: #BCBCBC. Windows color (decimal): -1133467 or 6665454. OLE color: 6665454.

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

Color convert

RGB238180101-
CMYK00.240.580.07
HSL34.6º80.12%66.47%-
HSV(B)34.6º57.56%93.33%-
XYZ53.9351.7619.46-
YUV188.3478.72163.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=45.86%
G=34.68%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818010100.240.580.0734.680.1266.47
HexEEB4650183A7235042
Octal35626414503072743120102
Binary1110111010110100110010101100011101011110001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB465; }

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

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

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

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

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

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

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

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