Html Css Color HEX #E6BC62 Harvest Gold

📋 copy color: '#E6BC62'

red 230 ◦ green 188 ◦ blue 98

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

Shades of Harvest Gold #E6BC62

Tints of Harvest Gold #E6BC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.99%

R = 44.57%
G = 36.43%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E6BC62 (or 0xE6BC62) is known color: Harvest Gold. HEX triplet: E6, BC and 62. RGB value is (230,188,98). Sum of RGB (Red+Green+Blue) = 230+188+98=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC62 is #19439D. Grayscale: #BEBEBE. Windows color (decimal): -1655710 or 6470886. OLE color: 6470886.

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

Color convert

RGB 230 188 98 -
CMYK 0 0.18 0.57 0.10
HSL 40.91º 0.73% 0.64% -
HSV(B) 40.91º 0.57% 0.9% -
XYZ 52.82 53.67 19.13 -
YUV 190.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 230 188 98 0 0.18 0.57 0.10 40.91 0.73 0.64
Hex E6 BC 62 0 12 39 A 29 49 40
Octal 346 274 142 0 22 71 12 51 111 100
Binary 11100110 10111100 1100010 0 10010 111001 1010 101001 1001001 1000000

Color Harmonies of #E6BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC62

Black with #E6BC62

Text Example


Text Example

White with #E6BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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