Html Css Color HEX #E6BA60 Harvest Gold

📋 copy color: '#E6BA60'

red 230 ◦ green 186 ◦ blue 96

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

Shades of Harvest Gold #E6BA60

Tints of Harvest Gold #E6BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 44.92%
G = 36.33%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6BA60 (or 0xE6BA60) is known color: Harvest Gold. HEX triplet: E6, BA and 60. RGB value is (230,186,96). Sum of RGB (Red+Green+Blue) = 230+186+96=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA60 is #19459F. Grayscale: #BDBDBD. Windows color (decimal): -1656224 or 6339302. OLE color: 6339302.

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

Color convert

RGB 230 186 96 -
CMYK 0 0.19 0.58 0.10
HSL 40.3º 0.73% 0.64% -
HSV(B) 40.3º 0.58% 0.9% -
XYZ 52.3 52.79 18.5 -
YUV 188.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 230 186 96 0 0.19 0.58 0.10 40.3 0.73 0.64
Hex E6 BA 60 0 13 3A A 28 49 40
Octal 346 272 140 0 23 72 12 50 111 100
Binary 11100110 10111010 1100000 0 10011 111010 1010 101000 1001001 1000000

Color Harmonies of #E6BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA60

Black with #E6BA60

Text Example


Text Example

White with #E6BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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