#EEBA6A

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

Shades of Harvest Gold #EEBA6A

Tints of Harvest Gold #EEBA6A

Color information

#EEBA6A (or 0xEEBA6A) is unknown color: approx Harvest Gold. HEX triplet: EE, BA and 6A. RGB value is (238,186,106). Sum of RGB (Red+Green+Blue) = 238+186+106=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA6A is #114595. Grayscale: #C0C0C0. Windows color (decimal): -1131926 or 6994670. OLE color: 6994670.

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

Color convert

RGB238186106-
CMYK00.220.550.07
HSL36.36º79.52%67.45%-
HSV(B)36.36º55.46%93.33%-
XYZ55.4254.3421.2-
YUV192.4379.23160.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 106 (41.80% from 255) = 20%
R=44.91%
G=35.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818610600.220.550.0736.3679.5267.45
HexEEBA6A016377245043
Octal35627215202667744120103
Binary1110111010111010110101001011011011111110010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBA6A; }

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

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

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

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

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

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

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

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