Html Css Color HEX #E5BD68 Harvest Gold

📋 copy color: '#E5BD68'

red 229 ◦ green 189 ◦ blue 104

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

Shades of Harvest Gold #E5BD68

Tints of Harvest Gold #E5BD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.92%

R = 43.87%
G = 36.21%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E5BD68 (or 0xE5BD68) is known color: Harvest Gold. HEX triplet: E5, BD and 68. RGB value is (229,189,104). Sum of RGB (Red+Green+Blue) = 229+189+104=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD68 is #1A4297. Grayscale: #BFBFBF. Windows color (decimal): -1720984 or 6864357. OLE color: 6864357.

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

Color convert

RGB 229 189 104 -
CMYK 0 0.17 0.55 0.10
HSL 40.8º 0.71% 0.65% -
HSV(B) 40.8º 0.55% 0.9% -
XYZ 53.01 54.05 20.74 -
YUV 191.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 229 189 104 0 0.17 0.55 0.10 40.8 0.71 0.65
Hex E5 BD 68 0 11 37 A 29 47 41
Octal 345 275 150 0 21 67 12 51 107 101
Binary 11100101 10111101 1101000 0 10001 110111 1010 101001 1000111 1000001

Color Harmonies of #E5BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD68

Black with #E5BD68

Text Example


Text Example

White with #E5BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD68; }

 p { color: rgb(229,189,104); }

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

background-color css

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

 a { background-color: rgb(229,189,104); }

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

border-color css

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

 span { border-color: rgb(229,189,104); }

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