Html Css Color HEX #E6BC6F Harvest Gold

📋 copy color: '#E6BC6F'

red 230 ◦ green 188 ◦ blue 111

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

Shades of Harvest Gold #E6BC6F

Tints of Harvest Gold #E6BC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.98%

R = 43.48%
G = 35.54%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6BC6F (or 0xE6BC6F) is known color: Harvest Gold. HEX triplet: E6, BC and 6F. RGB value is (230,188,111). Sum of RGB (Red+Green+Blue) = 230+188+111=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC6F is #194390. Grayscale: #C0C0C0. Windows color (decimal): -1655697 or 7322854. OLE color: 7322854.

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

Color convert

RGB 230 188 111 -
CMYK 0 0.18 0.52 0.10
HSL 38.82º 0.7% 0.67% -
HSV(B) 38.82º 0.52% 0.9% -
XYZ 53.49 53.94 22.63 -
YUV 191.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 230 188 111 0 0.18 0.52 0.10 38.82 0.7 0.67
Hex E6 BC 6F 0 12 34 A 27 46 43
Octal 346 274 157 0 22 64 12 47 106 103
Binary 11100110 10111100 1101111 0 10010 110100 1010 100111 1000110 1000011

Color Harmonies of #E6BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC6F

Black with #E6BC6F

Text Example


Text Example

White with #E6BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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