Html Css Color HEX #E5C064 Harvest Gold

📋 copy color: '#E5C064'

red 229 ◦ green 192 ◦ blue 100

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

Shades of Harvest Gold #E5C064

Tints of Harvest Gold #E5C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.85%

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 43.95%
G = 36.85%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E5C064 (or 0xE5C064) is known color: Harvest Gold. HEX triplet: E5, C0 and 64. RGB value is (229,192,100). Sum of RGB (Red+Green+Blue) = 229+192+100=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C064 is #1A3F9B. Grayscale: #C0C0C0. Windows color (decimal): -1720220 or 6602981. OLE color: 6602981.

HSL color Cylindrical-coordinate representation of color #E5C064: hue angle of 42.79º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5C064 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 192 100 -
CMYK 0 0.16 0.56 0.10
HSL 42.79º 0.71% 0.65% -
HSV(B) 42.79º 0.56% 0.9% -
XYZ 53.46 55.28 19.91 -
YUV 192.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 229 192 100 0 0.16 0.56 0.10 42.79 0.71 0.65
Hex E5 C0 64 0 10 38 A 2B 47 41
Octal 345 300 144 0 20 70 12 53 107 101
Binary 11100101 11000000 1100100 0 10000 111000 1010 101011 1000111 1000001

Color Harmonies of #E5C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C064

Black with #E5C064

Text Example


Text Example

White with #E5C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C064; }

 p { color: rgb(229,192,100); }

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

background-color css

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

 a { background-color: rgb(229,192,100); }

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

border-color css

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

 span { border-color: rgb(229,192,100); }

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