Html Css Color HEX #E7BA60 Harvest Gold

📋 copy color: '#E7BA60'

red 231 ◦ green 186 ◦ blue 96

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

Shades of Harvest Gold #E7BA60

Tints of Harvest Gold #E7BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.71%

R = 45.03%
G = 36.26%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E7BA60 (or 0xE7BA60) is known color: Harvest Gold. HEX triplet: E7, BA and 60. RGB value is (231,186,96). Sum of RGB (Red+Green+Blue) = 231+186+96=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA60 is #18459F. Grayscale: #BDBDBD. Windows color (decimal): -1590688 or 6339303. OLE color: 6339303.

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

Color convert

RGB 231 186 96 -
CMYK 0 0.19 0.58 0.09
HSL 40º 0.74% 0.64% -
HSV(B) 40º 0.58% 0.91% -
XYZ 52.63 52.95 18.51 -
YUV 189.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 231 186 96 0 0.19 0.58 0.09 40 0.74 0.64
Hex E7 BA 60 0 13 3A 9 28 4A 40
Octal 347 272 140 0 23 72 11 50 112 100
Binary 11100111 10111010 1100000 0 10011 111010 1001 101000 1001010 1000000

Color Harmonies of #E7BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA60

Black with #E7BA60

Text Example


Text Example

White with #E7BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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