#E9BD6F

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

Shades of Harvest Gold #E9BD6F

Tints of Harvest Gold #E9BD6F

Color information

#E9BD6F (or 0xE9BD6F) is unknown color: approx Harvest Gold. HEX triplet: E9, BD and 6F. RGB value is (233,189,111). Sum of RGB (Red+Green+Blue) = 233+189+111=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BD6F is #164290. Grayscale: #C1C1C1. Windows color (decimal): -1458833 or 7323113. OLE color: 7323113.

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

Color convert

RGB233189111-
CMYK00.190.520.09
HSL38.36º73.49%67.45%-
HSV(B)38.36º52.36%91.37%-
XYZ54.6754.8722.75-
YUV193.2681.58156.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.71%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 111 (43.75% from 255) = 20.83%
R=43.71%
G=35.46%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318911100.190.520.0938.3673.4967.45
HexE9BD6F013349264943
Octal351275157023641146111103
Binary11101001101111011101111010011110100100110011010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD6F; }

 p { color: rgb(233,189,111); }

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

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

 a { background-color: rgb(233,189,111); }

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

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

 span { border-color: rgb(233,189,111); }

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