#EEB068

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

Shades of Harvest Gold #EEB068

Tints of Harvest Gold #EEB068

Color information

#EEB068 (or 0xEEB068) is unknown color: approx Harvest Gold. HEX triplet: EE, B0 and 68. RGB value is (238,176,104). Sum of RGB (Red+Green+Blue) = 238+176+104=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB068 is #114F97. Grayscale: #BABABA. Windows color (decimal): -1134488 or 6861038. OLE color: 6861038.

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

Color convert

RGB238176104-
CMYK00.260.560.07
HSL32.24º79.76%67.06%-
HSV(B)32.24º56.3%93.33%-
XYZ53.2850.2319.98-
YUV186.3381.54164.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 104 (41.02% from 255) = 20.08%
R=45.95%
G=33.98%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817610400.260.560.0732.2479.7667.06
HexEEB06801A387205043
Octal35626015003270740120103
Binary1110111010110000110100001101011100011110000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB068; }

 p { color: rgb(238,176,104); }

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

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

 a { background-color: rgb(238,176,104); }

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

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

 span { border-color: rgb(238,176,104); }

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