#E8BD6D

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

Shades of Harvest Gold #E8BD6D

Tints of Harvest Gold #E8BD6D

Color information

#E8BD6D (or 0xE8BD6D) is unknown color: approx Harvest Gold. HEX triplet: E8, BD and 6D. RGB value is (232,189,109). Sum of RGB (Red+Green+Blue) = 232+189+109=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BD6D is #174292. Grayscale: #C1C1C1. Windows color (decimal): -1524371 or 7192040. OLE color: 7192040.

HSL color Cylindrical-coordinate representation of color #E8BD6D: hue angle of 39.02º degrees, saturation: 0.73, 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 #E8BD6D is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232189109-
CMYK00.190.530.09
HSL39.02º72.78%66.86%-
HSV(B)39.02º53.02%90.98%-
XYZ54.2454.6622.16-
YUV192.7480.75156-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.77%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 109 (42.97% from 255) = 20.57%
R=43.77%
G=35.66%
B=20.57%

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
Decimal23218910900.190.530.0939.0272.7866.86
HexE8BD6D013359274943
Octal350275155023651147111103
Binary11101000101111011101101010011110101100110011110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD6D; }

 p { color: rgb(232,189,109); }

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

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

 a { background-color: rgb(232,189,109); }

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

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

 span { border-color: rgb(232,189,109); }

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