Html Css Color HEX #E6BC73 Harvest Gold

📋 copy color: '#E6BC73'

red 230 ◦ green 188 ◦ blue 115

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

Shades of Harvest Gold #E6BC73

Tints of Harvest Gold #E6BC73

RGB

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

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

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

R = 43.15%
G = 35.27%
B = 21.58%

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

#E6BC73 (or 0xE6BC73) is known color: Harvest Gold. HEX triplet: E6, BC and 73. RGB value is (230,188,115). Sum of RGB (Red+Green+Blue) = 230+188+115=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC73 is #19438C. Grayscale: #C0C0C0. Windows color (decimal): -1655693 or 7584998. OLE color: 7584998.

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

Color convert

RGB 230 188 115 -
CMYK 0 0.18 0.5 0.10
HSL 38.09º 0.7% 0.68% -
HSV(B) 38.09º 0.5% 0.9% -
XYZ 53.71 54.03 23.82 -
YUV 192.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 230 188 115 0 0.18 0.5 0.10 38.09 0.7 0.68
Hex E6 BC 73 0 12 32 A 26 46 44
Octal 346 274 163 0 22 62 12 46 106 104
Binary 11100110 10111100 1110011 0 10010 110010 1010 100110 1000110 1000100

Color Harmonies of #E6BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC73

Black with #E6BC73

Text Example


Text Example

White with #E6BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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