Html Css Color HEX #E8BD60 Harvest Gold

📋 copy color: '#E8BD60'

red 232 ◦ green 189 ◦ blue 96

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

Shades of Harvest Gold #E8BD60

Tints of Harvest Gold #E8BD60

RGB

 RED value IS 232 (91.02% from 255) = 44.87%

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

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

R = 44.87%
G = 36.56%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8BD60 (or 0xE8BD60) is known color: Harvest Gold. HEX triplet: E8, BD and 60. RGB value is (232,189,96). Sum of RGB (Red+Green+Blue) = 232+189+96=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BD60 is #17429F. Grayscale: #BFBFBF. Windows color (decimal): -1524384 or 6340072. OLE color: 6340072.

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

Color convert

RGB 232 189 96 -
CMYK 0 0.19 0.59 0.09
HSL 41.03º 0.75% 0.64% -
HSV(B) 41.03º 0.59% 0.91% -
XYZ 53.59 54.4 18.74 -
YUV 191.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 232 189 96 0 0.19 0.59 0.09 41.03 0.75 0.64
Hex E8 BD 60 0 13 3B 9 29 4B 40
Octal 350 275 140 0 23 73 11 51 113 100
Binary 11101000 10111101 1100000 0 10011 111011 1001 101001 1001011 1000000

Color Harmonies of #E8BD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BD60

Black with #E8BD60

Text Example


Text Example

White with #E8BD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BD60; }

 p { color: rgb(232,189,96); }

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

background-color css

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

 a { background-color: rgb(232,189,96); }

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

border-color css

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

 span { border-color: rgb(232,189,96); }

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