Html Css Color HEX #E6B966 Harvest Gold

📋 copy color: '#E6B966'

red 230 ◦ green 185 ◦ blue 102

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

Shades of Harvest Gold #E6B966

Tints of Harvest Gold #E6B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

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

R = 44.49%
G = 35.78%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E6B966 (or 0xE6B966) is known color: Harvest Gold. HEX triplet: E6, B9 and 66. RGB value is (230,185,102). Sum of RGB (Red+Green+Blue) = 230+185+102=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B966 is #194699. Grayscale: #BDBDBD. Windows color (decimal): -1656474 or 6732262. OLE color: 6732262.

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

Color convert

RGB 230 185 102 -
CMYK 0 0.20 0.56 0.10
HSL 38.91º 0.72% 0.65% -
HSV(B) 38.91º 0.56% 0.9% -
XYZ 52.38 52.48 19.94 -
YUV 188.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 230 185 102 0 0.20 0.56 0.10 38.91 0.72 0.65
Hex E6 B9 66 0 14 38 A 27 48 41
Octal 346 271 146 0 24 70 12 47 110 101
Binary 11100110 10111001 1100110 0 10100 111000 1010 100111 1001000 1000001

Color Harmonies of #E6B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B966

Black with #E6B966

Text Example


Text Example

White with #E6B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B966; }

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

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

background-color css

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

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

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

border-color css

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

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

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