#EEB96A

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

Shades of Harvest Gold #EEB96A

Tints of Harvest Gold #EEB96A

Color information

#EEB96A (or 0xEEB96A) is unknown color: approx Harvest Gold. HEX triplet: EE, B9 and 6A. RGB value is (238,185,106). Sum of RGB (Red+Green+Blue) = 238+185+106=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB96A is #114695. Grayscale: #C0C0C0. Windows color (decimal): -1132182 or 6994414. OLE color: 6994414.

HSL color Cylindrical-coordinate representation of color #EEB96A: hue angle of 35.91º 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 #EEB96A is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238185106-
CMYK00.220.550.07
HSL35.91º79.52%67.45%-
HSV(B)35.91º55.46%93.33%-
XYZ55.2153.9221.13-
YUV191.8479.56160.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=44.99%
G=34.97%
B=20.04%

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
Decimal23818510600.220.550.0735.9179.5267.45
HexEEB96A016377245043
Octal35627115202667744120103
Binary1110111010111001110101001011011011111110010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB96A; }

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

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

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

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

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

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

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

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