Html Css Color HEX #E6BA6F Harvest Gold

📋 copy color: '#E6BA6F'

red 230 ◦ green 186 ◦ blue 111

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

Shades of Harvest Gold #E6BA6F

Tints of Harvest Gold #E6BA6F

RGB

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

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

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

R = 43.64%
G = 35.29%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6BA6F (or 0xE6BA6F) is known color: Harvest Gold. HEX triplet: E6, BA and 6F. RGB value is (230,186,111). Sum of RGB (Red+Green+Blue) = 230+186+111=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA6F is #194590. Grayscale: #BEBEBE. Windows color (decimal): -1656209 or 7322342. OLE color: 7322342.

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

Color convert

RGB 230 186 111 -
CMYK 0 0.19 0.52 0.10
HSL 37.82º 0.7% 0.67% -
HSV(B) 37.82º 0.52% 0.9% -
XYZ 53.06 53.09 22.49 -
YUV 190.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 230 186 111 0 0.19 0.52 0.10 37.82 0.7 0.67
Hex E6 BA 6F 0 13 34 A 26 46 43
Octal 346 272 157 0 23 64 12 46 106 103
Binary 11100110 10111010 1101111 0 10011 110100 1010 100110 1000110 1000011

Color Harmonies of #E6BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA6F

Black with #E6BA6F

Text Example


Text Example

White with #E6BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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