#E9BC6E

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

Shades of Harvest Gold #E9BC6E

Tints of Harvest Gold #E9BC6E

Color information

#E9BC6E (or 0xE9BC6E) is unknown color: approx Harvest Gold. HEX triplet: E9, BC and 6E. RGB value is (233,188,110). Sum of RGB (Red+Green+Blue) = 233+188+110=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC6E is #164391. Grayscale: #C0C0C0. Windows color (decimal): -1459090 or 7257321. OLE color: 7257321.

HSL color Cylindrical-coordinate representation of color #E9BC6E: hue angle of 38.05º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9BC6E is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233188110-
CMYK00.190.530.09
HSL38.05º73.65%67.25%-
HSV(B)38.05º52.79%91.37%-
XYZ54.454.4222.39-
YUV192.5681.41156.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=43.88%
G=35.40%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318811000.190.530.0938.0573.6567.25
HexE9BC6E013359264a43
Octal351274156023651146112103
Binary11101001101111001101110010011110101100110011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC6E; }

 p { color: rgb(233,188,110); }

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

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

 a { background-color: rgb(233,188,110); }

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

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

 span { border-color: rgb(233,188,110); }

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