#E9BD68

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

Shades of Harvest Gold #E9BD68

Tints of Harvest Gold #E9BD68

Color information

#E9BD68 (or 0xE9BD68) is unknown color: approx Harvest Gold. HEX triplet: E9, BD and 68. RGB value is (233,189,104). Sum of RGB (Red+Green+Blue) = 233+189+104=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BD68 is #164297. Grayscale: #C0C0C0. Windows color (decimal): -1458840 or 6864361. OLE color: 6864361.

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

Color convert

RGB233189104-
CMYK00.190.550.09
HSL39.53º74.57%66.08%-
HSV(B)39.53º55.36%91.37%-
XYZ54.354.7220.8-
YUV192.4778.08156.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 104 (41.02% from 255) = 19.77%
R=44.30%
G=35.93%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318910400.190.550.0939.5374.5766.08
HexE9BD68013379284b42
Octal351275150023671150113102
Binary11101001101111011101000010011110111100110100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD68; }

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

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

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

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

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

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

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

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