#E6BD62

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

Shades of Harvest Gold #E6BD62

Tints of Harvest Gold #E6BD62

Color information

#E6BD62 (or 0xE6BD62) is unknown color: approx Harvest Gold. HEX triplet: E6, BD and 62. RGB value is (230,189,98). Sum of RGB (Red+Green+Blue) = 230+189+98=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD62 is #19429D. Grayscale: #BFBFBF. Windows color (decimal): -1655454 or 6471142. OLE color: 6471142.

HSL color Cylindrical-coordinate representation of color #E6BD62: hue angle of 41.36º 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 #E6BD62 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23018998-
CMYK00.180.570.10
HSL41.36º72.53%64.31%-
HSV(B)41.36º57.39%90.2%-
XYZ53.0454.119.2-
YUV190.8875.58155.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 98 (38.67% from 255) = 18.96%
R=44.49%
G=36.56%
B=18.96%

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
Decimal2301899800.180.570.1041.3672.5364.31
HexE6BD6201239A294940
Octal346275142022711251111100
Binary11100110101111011100010010010111001101010100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BD62; }

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

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

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

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

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

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

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

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