Html Css Color HEX #E7BC75 Harvest Gold

📋 copy color: '#E7BC75'

red 231 ◦ green 188 ◦ blue 117

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

Shades of Harvest Gold #E7BC75

Tints of Harvest Gold #E7BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 43.1%
G = 35.07%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7BC75 (or 0xE7BC75) is known color: Harvest Gold. HEX triplet: E7, BC and 75. RGB value is (231,188,117). Sum of RGB (Red+Green+Blue) = 231+188+117=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC75 is #18438A. Grayscale: #C1C1C1. Windows color (decimal): -1590155 or 7716071. OLE color: 7716071.

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

Color convert

RGB 231 188 117 -
CMYK 0 0.19 0.49 0.09
HSL 37.37º 0.7% 0.68% -
HSV(B) 37.37º 0.49% 0.91% -
XYZ 54.15 54.24 24.44 -
YUV 192.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 231 188 117 0 0.19 0.49 0.09 37.37 0.7 0.68
Hex E7 BC 75 0 13 31 9 25 46 44
Octal 347 274 165 0 23 61 11 45 106 104
Binary 11100111 10111100 1110101 0 10011 110001 1001 100101 1000110 1000100

Color Harmonies of #E7BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BC75

Black with #E7BC75

Text Example


Text Example

White with #E7BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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