#E6BE6C

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

Shades of Harvest Gold #E6BE6C

Tints of Harvest Gold #E6BE6C

Color information

#E6BE6C (or 0xE6BE6C) is unknown color: approx Harvest Gold. HEX triplet: E6, BE and 6C. RGB value is (230,190,108). Sum of RGB (Red+Green+Blue) = 230+190+108=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE6C is #194193. Grayscale: #C0C0C0. Windows color (decimal): -1655188 or 7126758. OLE color: 7126758.

HSL color Cylindrical-coordinate representation of color #E6BE6C: hue angle of 40.33º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6BE6C is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230190108-
CMYK00.170.530.10
HSL40.33º70.93%66.27%-
HSV(B)40.33º53.04%90.2%-
XYZ53.7554.7321.92-
YUV192.6180.25154.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 108 (42.58% from 255) = 20.45%
R=43.56%
G=35.98%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019010800.170.530.1040.3370.9366.27
HexE6BE6C01135A284742
Octal346276154021651250107102
Binary11100110101111101101100010001110101101010100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BE6C; }

 p { color: rgb(230,190,108); }

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

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

 a { background-color: rgb(230,190,108); }

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

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

 span { border-color: rgb(230,190,108); }

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