Html Css Color HEX #E6B364 Harvest Gold

📋 copy color: '#E6B364'

red 230 ◦ green 179 ◦ blue 100

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

Shades of Harvest Gold #E6B364

Tints of Harvest Gold #E6B364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 45.19%
G = 35.17%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E6B364 (or 0xE6B364) is known color: Harvest Gold. HEX triplet: E6, B3 and 64. RGB value is (230,179,100). Sum of RGB (Red+Green+Blue) = 230+179+100=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B364 is #194C9B. Grayscale: #B9B9B9. Windows color (decimal): -1658012 or 6599654. OLE color: 6599654.

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

Color convert

RGB 230 179 100 -
CMYK 0 0.22 0.57 0.10
HSL 36.46º 0.72% 0.65% -
HSV(B) 36.46º 0.57% 0.9% -
XYZ 51.05 49.98 19.01 -
YUV 185.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 230 179 100 0 0.22 0.57 0.10 36.46 0.72 0.65
Hex E6 B3 64 0 16 39 A 24 48 41
Octal 346 263 144 0 26 71 12 44 110 101
Binary 11100110 10110011 1100100 0 10110 111001 1010 100100 1001000 1000001

Color Harmonies of #E6B364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B364

Black with #E6B364

Text Example


Text Example

White with #E6B364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B364; }

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

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

background-color css

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

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

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

border-color css

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

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

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