Html Css Color HEX #E5BD6E Harvest Gold

📋 copy color: '#E5BD6E'

red 229 ◦ green 189 ◦ blue 110

#E5BD6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #E5BD6E

Tints of Harvest Gold #E5BD6E

RGB

 RED value IS 229 (89.84% from 255) = 43.37%

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 110 (43.36% from 255) = 20.83%

R = 43.37%
G = 35.8%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5BD6E (or 0xE5BD6E) is known color: Harvest Gold. HEX triplet: E5, BD and 6E. RGB value is (229,189,110). Sum of RGB (Red+Green+Blue) = 229+189+110=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD6E is #1A4291. Grayscale: #C0C0C0. Windows color (decimal): -1720978 or 7257573. OLE color: 7257573.

HSL color Cylindrical-coordinate representation of color #E5BD6E: hue angle of 39.83º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5BD6E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 110 -
CMYK 0 0.17 0.52 0.10
HSL 39.83º 0.7% 0.66% -
HSV(B) 39.83º 0.52% 0.9% -
XYZ 53.33 54.18 22.4 -
YUV 191.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 229 189 110 0 0.17 0.52 0.10 39.83 0.7 0.66
Hex E5 BD 6E 0 11 34 A 28 46 42
Octal 345 275 156 0 21 64 12 50 106 102
Binary 11100101 10111101 1101110 0 10001 110100 1010 101000 1000110 1000010

Color Harmonies of #E5BD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD6E

Black with #E5BD6E

Text Example


Text Example

White with #E5BD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD6E; }

 p { color: rgb(229,189,110); }

 H1.HeaderClassName
 {
   color: #E5BD6E;
 }
 .AnyTagClassName
 {
   color: #E5BD6E;
 }
</style>

background-color css

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

 a { background-color: rgb(229,189,110); }

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

border-color css

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

 span { border-color: rgb(229,189,110); }

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