#EEBA72

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

Shades of Harvest Gold #EEBA72

Tints of Harvest Gold #EEBA72

Color information

#EEBA72 (or 0xEEBA72) is unknown color: approx Harvest Gold. HEX triplet: EE, BA and 72. RGB value is (238,186,114). Sum of RGB (Red+Green+Blue) = 238+186+114=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA72 is #11458D. Grayscale: #C1C1C1. Windows color (decimal): -1131918 or 7518958. OLE color: 7518958.

HSL color Cylindrical-coordinate representation of color #EEBA72: hue angle of 34.84º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEBA72 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB238186114-
CMYK00.220.520.07
HSL34.84º78.48%69.02%-
HSV(B)34.84º52.1%93.33%-
XYZ55.8654.5123.5-
YUV193.3483.23159.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.24%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 114 (44.92% from 255) = 21.19%
R=44.24%
G=34.57%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818611400.220.520.0734.8478.4869.02
HexEEBA72016347234e45
Octal35627216202664743116105
Binary1110111010111010111001001011011010011110001110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBA72; }

 p { color: rgb(238,186,114); }

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

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

 a { background-color: rgb(238,186,114); }

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

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

 span { border-color: rgb(238,186,114); }

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