Html Css Color HEX #E6BA68 Harvest Gold

📋 copy color: '#E6BA68'

red 230 ◦ green 186 ◦ blue 104

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

Shades of Harvest Gold #E6BA68

Tints of Harvest Gold #E6BA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20%

R = 44.23%
G = 35.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E6BA68 (or 0xE6BA68) is known color: Harvest Gold. HEX triplet: E6, BA and 68. RGB value is (230,186,104). Sum of RGB (Red+Green+Blue) = 230+186+104=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA68 is #194597. Grayscale: #BEBEBE. Windows color (decimal): -1656216 or 6863590. OLE color: 6863590.

HSL color Cylindrical-coordinate representation of color #E6BA68: hue angle of 39.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6BA68 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 104 -
CMYK 0 0.19 0.55 0.10
HSL 39.05º 0.72% 0.65% -
HSV(B) 39.05º 0.55% 0.9% -
XYZ 52.69 52.94 20.54 -
YUV 189.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 230 186 104 0 0.19 0.55 0.10 39.05 0.72 0.65
Hex E6 BA 68 0 13 37 A 27 48 41
Octal 346 272 150 0 23 67 12 47 110 101
Binary 11100110 10111010 1101000 0 10011 110111 1010 100111 1001000 1000001

Color Harmonies of #E6BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA68

Black with #E6BA68

Text Example


Text Example

White with #E6BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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