#E6BD6C

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

Shades of Harvest Gold #E6BD6C

Tints of Harvest Gold #E6BD6C

Color information

#E6BD6C (or 0xE6BD6C) is unknown color: approx Harvest Gold. HEX triplet: E6, BD and 6C. RGB value is (230,189,108). Sum of RGB (Red+Green+Blue) = 230+189+108=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD6C is #194293. Grayscale: #C0C0C0. Windows color (decimal): -1655444 or 7126502. OLE color: 7126502.

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

Color convert

RGB230189108-
CMYK00.180.530.10
HSL39.84º70.93%66.27%-
HSV(B)39.84º53.04%90.2%-
XYZ53.5454.321.85-
YUV192.0280.58155.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.64%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 108 (42.58% from 255) = 20.49%
R=43.64%
G=35.86%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018910800.180.530.1039.8470.9366.27
HexE6BD6C01235A284742
Octal346275154022651250107102
Binary11100110101111011101100010010110101101010100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BD6C; }

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

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

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

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

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

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

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

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