Html Css Color HEX #E6B360 Harvest Gold

📋 copy color: '#E6B360'

red 230 ◦ green 179 ◦ blue 96

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

Shades of Harvest Gold #E6B360

Tints of Harvest Gold #E6B360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 45.54%
G = 35.45%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6B360 (or 0xE6B360) is known color: Harvest Gold. HEX triplet: E6, B3 and 60. RGB value is (230,179,96). Sum of RGB (Red+Green+Blue) = 230+179+96=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B360 is #194C9F. Grayscale: #B9B9B9. Windows color (decimal): -1658016 or 6337510. OLE color: 6337510.

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

Color convert

RGB 230 179 96 -
CMYK 0 0.22 0.58 0.10
HSL 37.16º 0.73% 0.64% -
HSV(B) 37.16º 0.58% 0.9% -
XYZ 50.86 49.91 18.02 -
YUV 184.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 230 179 96 0 0.22 0.58 0.10 37.16 0.73 0.64
Hex E6 B3 60 0 16 3A A 25 49 40
Octal 346 263 140 0 26 72 12 45 111 100
Binary 11100110 10110011 1100000 0 10110 111010 1010 100101 1001001 1000000

Color Harmonies of #E6B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B360

Black with #E6B360

Text Example


Text Example

White with #E6B360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B360; }

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

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

background-color css

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

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

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

border-color css

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

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

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