Html Css Color HEX #E6BD73 Harvest Gold

📋 copy color: '#E6BD73'

red 230 ◦ green 189 ◦ blue 115

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

Shades of Harvest Gold #E6BD73

Tints of Harvest Gold #E6BD73

RGB

 RED value IS 230 (90.23% from 255) = 43.07%

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

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 43.07%
G = 35.39%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E6BD73 (or 0xE6BD73) is known color: Harvest Gold. HEX triplet: E6, BD and 73. RGB value is (230,189,115). Sum of RGB (Red+Green+Blue) = 230+189+115=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD73 is #19428C. Grayscale: #C1C1C1. Windows color (decimal): -1655437 or 7585254. OLE color: 7585254.

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

Color convert

RGB 230 189 115 -
CMYK 0 0.18 0.5 0.10
HSL 38.61º 0.7% 0.68% -
HSV(B) 38.61º 0.5% 0.9% -
XYZ 53.93 54.46 23.89 -
YUV 192.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 230 189 115 0 0.18 0.5 0.10 38.61 0.7 0.68
Hex E6 BD 73 0 12 32 A 27 46 44
Octal 346 275 163 0 22 62 12 47 106 104
Binary 11100110 10111101 1110011 0 10010 110010 1010 100111 1000110 1000100

Color Harmonies of #E6BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD73

Black with #E6BD73

Text Example


Text Example

White with #E6BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD73; }

 p { color: rgb(230,189,115); }

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

background-color css

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

 a { background-color: rgb(230,189,115); }

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

border-color css

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

 span { border-color: rgb(230,189,115); }

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