Html Css Color HEX #E5BC74 Harvest Gold

📋 copy color: '#E5BC74'

red 229 ◦ green 188 ◦ blue 116

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

Shades of Harvest Gold #E5BC74

Tints of Harvest Gold #E5BC74

RGB

 RED value IS 229 (89.84% from 255) = 42.96%

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

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 42.96%
G = 35.27%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5BC74 (or 0xE5BC74) is known color: Harvest Gold. HEX triplet: E5, BC and 74. RGB value is (229,188,116). Sum of RGB (Red+Green+Blue) = 229+188+116=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC74 is #1A438B. Grayscale: #C0C0C0. Windows color (decimal): -1721228 or 7650533. OLE color: 7650533.

HSL color Cylindrical-coordinate representation of color #E5BC74: hue angle of 38.23º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5BC74 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 116 -
CMYK 0 0.18 0.49 0.10
HSL 38.23º 0.68% 0.68% -
HSV(B) 38.23º 0.49% 0.9% -
XYZ 53.45 53.89 24.11 -
YUV 192.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 229 188 116 0 0.18 0.49 0.10 38.23 0.68 0.68
Hex E5 BC 74 0 12 31 A 26 44 44
Octal 345 274 164 0 22 61 12 46 104 104
Binary 11100101 10111100 1110100 0 10010 110001 1010 100110 1000100 1000100

Color Harmonies of #E5BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC74

Black with #E5BC74

Text Example


Text Example

White with #E5BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC74; }

 p { color: rgb(229,188,116); }

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

background-color css

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

 a { background-color: rgb(229,188,116); }

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

border-color css

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

 span { border-color: rgb(229,188,116); }

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