#EEB96B

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

Shades of Harvest Gold #EEB96B

Tints of Harvest Gold #EEB96B

Color information

#EEB96B (or 0xEEB96B) is unknown color: approx Harvest Gold. HEX triplet: EE, B9 and 6B. RGB value is (238,185,107). Sum of RGB (Red+Green+Blue) = 238+185+107=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB96B is #114694. Grayscale: #C0C0C0. Windows color (decimal): -1132181 or 7059950. OLE color: 7059950.

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

Color convert

RGB238185107-
CMYK00.220.550.07
HSL35.73º79.39%67.65%-
HSV(B)35.73º55.04%93.33%-
XYZ55.2653.9421.41-
YUV191.9680.06160.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 107 (42.19% from 255) = 20.19%
R=44.91%
G=34.91%
B=20.19%

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
Decimal23818510700.220.550.0735.7379.3967.65
HexEEB96B016377244f44
Octal35627115302667744117104
Binary1110111010111001110101101011011011111110010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB96B; }

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

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

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

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

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

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

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

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