Html Css Color HEX #E7BC72 Harvest Gold

📋 copy color: '#E7BC72'

red 231 ◦ green 188 ◦ blue 114

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

Shades of Harvest Gold #E7BC72

Tints of Harvest Gold #E7BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

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

R = 43.34%
G = 35.27%
B = 21.39%

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

#E7BC72 (or 0xE7BC72) is known color: Harvest Gold. HEX triplet: E7, BC and 72. RGB value is (231,188,114). Sum of RGB (Red+Green+Blue) = 231+188+114=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC72 is #18438D. Grayscale: #C0C0C0. Windows color (decimal): -1590158 or 7519463. OLE color: 7519463.

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

Color convert

RGB 231 188 114 -
CMYK 0 0.19 0.51 0.09
HSL 37.95º 0.71% 0.68% -
HSV(B) 37.95º 0.51% 0.91% -
XYZ 53.98 54.17 23.53 -
YUV 192.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 231 188 114 0 0.19 0.51 0.09 37.95 0.71 0.68
Hex E7 BC 72 0 13 33 9 26 47 44
Octal 347 274 162 0 23 63 11 46 107 104
Binary 11100111 10111100 1110010 0 10011 110011 1001 100110 1000111 1000100

Color Harmonies of #E7BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BC72

Black with #E7BC72

Text Example


Text Example

White with #E7BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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