Html Css Color HEX #E6BA73 Harvest Gold

📋 copy color: '#E6BA73'

red 230 ◦ green 186 ◦ blue 115

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

Shades of Harvest Gold #E6BA73

Tints of Harvest Gold #E6BA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

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

R = 43.31%
G = 35.03%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E6BA73 (or 0xE6BA73) is known color: Harvest Gold. HEX triplet: E6, BA and 73. RGB value is (230,186,115). Sum of RGB (Red+Green+Blue) = 230+186+115=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA73 is #19458C. Grayscale: #BFBFBF. Windows color (decimal): -1656205 or 7584486. OLE color: 7584486.

HSL color Cylindrical-coordinate representation of color #E6BA73: hue angle of 37.04º 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 #E6BA73 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 115 -
CMYK 0 0.19 0.5 0.10
HSL 37.04º 0.7% 0.68% -
HSV(B) 37.04º 0.5% 0.9% -
XYZ 53.29 53.18 23.68 -
YUV 191.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 230 186 115 0 0.19 0.5 0.10 37.04 0.7 0.68
Hex E6 BA 73 0 13 32 A 25 46 44
Octal 346 272 163 0 23 62 12 45 106 104
Binary 11100110 10111010 1110011 0 10011 110010 1010 100101 1000110 1000100

Color Harmonies of #E6BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA73

Black with #E6BA73

Text Example


Text Example

White with #E6BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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