Html Css Color HEX #E6BC61 Harvest Gold

📋 copy color: '#E6BC61'

red 230 ◦ green 188 ◦ blue 97

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

Shades of Harvest Gold #E6BC61

Tints of Harvest Gold #E6BC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.83%

R = 44.66%
G = 36.5%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6BC61 (or 0xE6BC61) is known color: Harvest Gold. HEX triplet: E6, BC and 61. RGB value is (230,188,97). Sum of RGB (Red+Green+Blue) = 230+188+97=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC61 is #19439E. Grayscale: #BEBEBE. Windows color (decimal): -1655711 or 6405350. OLE color: 6405350.

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

Color convert

RGB 230 188 97 -
CMYK 0 0.18 0.58 0.10
HSL 41.05º 0.73% 0.64% -
HSV(B) 41.05º 0.58% 0.9% -
XYZ 52.77 53.65 18.88 -
YUV 190.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 230 188 97 0 0.18 0.58 0.10 41.05 0.73 0.64
Hex E6 BC 61 0 12 3A A 29 49 40
Octal 346 274 141 0 22 72 12 51 111 100
Binary 11100110 10111100 1100001 0 10010 111010 1010 101001 1001001 1000000

Color Harmonies of #E6BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC61

Black with #E6BC61

Text Example


Text Example

White with #E6BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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