Html Css Color HEX #E7BA72 Harvest Gold

📋 copy color: '#E7BA72'

red 231 ◦ green 186 ◦ blue 114

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

Shades of Harvest Gold #E7BA72

Tints of Harvest Gold #E7BA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 43.5%
G = 35.03%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7BA72 (or 0xE7BA72) is known color: Harvest Gold. HEX triplet: E7, BA and 72. RGB value is (231,186,114). Sum of RGB (Red+Green+Blue) = 231+186+114=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA72 is #18458D. Grayscale: #BFBFBF. Windows color (decimal): -1590670 or 7518951. OLE color: 7518951.

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

Color convert

RGB 231 186 114 -
CMYK 0 0.19 0.51 0.09
HSL 36.92º 0.71% 0.68% -
HSV(B) 36.92º 0.51% 0.91% -
XYZ 53.55 53.32 23.39 -
YUV 191.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 231 186 114 0 0.19 0.51 0.09 36.92 0.71 0.68
Hex E7 BA 72 0 13 33 9 25 47 44
Octal 347 272 162 0 23 63 11 45 107 104
Binary 11100111 10111010 1110010 0 10011 110011 1001 100101 1000111 1000100

Color Harmonies of #E7BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA72

Black with #E7BA72

Text Example


Text Example

White with #E7BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA72; }

 p { color: rgb(231,186,114); }

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

background-color css

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

 a { background-color: rgb(231,186,114); }

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

border-color css

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

 span { border-color: rgb(231,186,114); }

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