#EBBE6B

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

Shades of Harvest Gold #EBBE6B

Tints of Harvest Gold #EBBE6B

Color information

#EBBE6B (or 0xEBBE6B) is unknown color: approx Harvest Gold. HEX triplet: EB, BE and 6B. RGB value is (235,190,107). Sum of RGB (Red+Green+Blue) = 235+190+107=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE6B is #144194. Grayscale: #C2C2C2. Windows color (decimal): -1327509 or 7061227. OLE color: 7061227.

HSL color Cylindrical-coordinate representation of color #EBBE6B: hue angle of 38.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBBE6B is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB235190107-
CMYK00.190.540.08
HSL38.91º76.19%67.06%-
HSV(B)38.91º54.47%92.16%-
XYZ55.3355.5521.72-
YUV193.9978.91157.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 107 (42.19% from 255) = 20.11%
R=44.17%
G=35.71%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519010700.190.540.0838.9176.1967.06
HexEBBE6B013368274c43
Octal353276153023661047114103
Binary11101011101111101101011010011110110100010011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBE6B; }

 p { color: rgb(235,190,107); }

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

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

 a { background-color: rgb(235,190,107); }

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

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

 span { border-color: rgb(235,190,107); }

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