#E6BC62

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

Shades of Harvest Gold #E6BC62

Tints of Harvest Gold #E6BC62

Color information

#E6BC62 (or 0xE6BC62) is unknown color: approx Harvest Gold. HEX triplet: E6, BC and 62. RGB value is (230,188,98). Sum of RGB (Red+Green+Blue) = 230+188+98=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC62 is #19439D. Grayscale: #BEBEBE. Windows color (decimal): -1655710 or 6470886. OLE color: 6470886.

HSL color Cylindrical-coordinate representation of color #E6BC62: hue angle of 40.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6BC62 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23018898-
CMYK00.180.570.10
HSL40.91º72.53%64.31%-
HSV(B)40.91º57.39%90.2%-
XYZ52.8253.6719.13-
YUV190.375.91156.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.57%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 98 (38.67% from 255) = 18.99%
R=44.57%
G=36.43%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301889800.180.570.1040.9172.5364.31
HexE6BC6201239A294940
Octal346274142022711251111100
Binary11100110101111001100010010010111001101010100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BC62; }

 p { color: rgb(230,188,98); }

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

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

 a { background-color: rgb(230,188,98); }

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

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

 span { border-color: rgb(230,188,98); }

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