Html Css Color HEX #E7BD73 Harvest Gold

📋 copy color: '#E7BD73'

red 231 ◦ green 189 ◦ blue 115

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

Shades of Harvest Gold #E7BD73

Tints of Harvest Gold #E7BD73

RGB

 RED value IS 231 (90.63% from 255) = 43.18%

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

 BLUE value IS 115 (45.31% from 255) = 21.5%

R = 43.18%
G = 35.33%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E7BD73 (or 0xE7BD73) is known color: Harvest Gold. HEX triplet: E7, BD and 73. RGB value is (231,189,115). Sum of RGB (Red+Green+Blue) = 231+189+115=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD73 is #18428C. Grayscale: #C1C1C1. Windows color (decimal): -1589901 or 7585255. OLE color: 7585255.

HSL color Cylindrical-coordinate representation of color #E7BD73: hue angle of 38.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7BD73 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 189 115 -
CMYK 0 0.18 0.50 0.09
HSL 38.28º 0.71% 0.68% -
HSV(B) 38.28º 0.5% 0.91% -
XYZ 54.25 54.62 23.9 -
YUV 193.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 231 189 115 0 0.18 0.50 0.09 38.28 0.71 0.68
Hex E7 BD 73 0 12 32 9 26 47 44
Octal 347 275 163 0 22 62 11 46 107 104
Binary 11100111 10111101 1110011 0 10010 110010 1001 100110 1000111 1000100

Color Harmonies of #E7BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD73

Black with #E7BD73

Text Example


Text Example

White with #E7BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD73; }

 p { color: rgb(231,189,115); }

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

background-color css

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

 a { background-color: rgb(231,189,115); }

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

border-color css

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

 span { border-color: rgb(231,189,115); }

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