Html Css Color HEX #E6BA66 Harvest Gold

📋 copy color: '#E6BA66'

red 230 ◦ green 186 ◦ blue 102

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

Shades of Harvest Gold #E6BA66

Tints of Harvest Gold #E6BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 44.4%
G = 35.91%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E6BA66 (or 0xE6BA66) is known color: Harvest Gold. HEX triplet: E6, BA and 66. RGB value is (230,186,102). Sum of RGB (Red+Green+Blue) = 230+186+102=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA66 is #194599. Grayscale: #BDBDBD. Windows color (decimal): -1656218 or 6732518. OLE color: 6732518.

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

Color convert

RGB 230 186 102 -
CMYK 0 0.19 0.56 0.10
HSL 39.38º 0.72% 0.65% -
HSV(B) 39.38º 0.56% 0.9% -
XYZ 52.59 52.9 20.01 -
YUV 189.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 230 186 102 0 0.19 0.56 0.10 39.38 0.72 0.65
Hex E6 BA 66 0 13 38 A 27 48 41
Octal 346 272 146 0 23 70 12 47 110 101
Binary 11100110 10111010 1100110 0 10011 111000 1010 100111 1001000 1000001

Color Harmonies of #E6BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA66

Black with #E6BA66

Text Example


Text Example

White with #E6BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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